mirror of https://github.com/espruino/BangleApps
18 lines
492 B
JSON
18 lines
492 B
JSON
{ "id": "timecal",
|
|
"name": "TimeCal",
|
|
"shortName":"TimeCal",
|
|
"version":"0.06",
|
|
"description": "TimeCal shows the date/time along with a 3 week calendar",
|
|
"icon": "icon.png",
|
|
"type": "clock",
|
|
"tags": "clock,calendar",
|
|
"supports":["BANGLEJS2"],
|
|
"readme": "README.md",
|
|
"allow_emulator":true,
|
|
"storage": [
|
|
{"name":"timecal.app.js","url":"timecal.app.js"},
|
|
{"name":"timecal.settings.js","url":"timecal.settings.js"}
|
|
],
|
|
"data":[{"name":"timecal.settings.json"}]
|
|
}
|