mirror of https://github.com/espruino/BangleApps
20 lines
560 B
JSON
20 lines
560 B
JSON
{
|
|
"id": "clockcal",
|
|
"name": "Clock & Calendar",
|
|
"version": "0.03",
|
|
"description": "Clock with Calendar",
|
|
"readme":"README.md",
|
|
"icon": "app.png",
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot2.png"}],
|
|
"type": "clock",
|
|
"tags": "clock",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"clockcal.app.js","url":"app.js"},
|
|
{"name":"clockcal.settings.js","url":"settings.js"},
|
|
{"name":"clockcal.img","url":"app-icon.js","evaluate":true}
|
|
],
|
|
"data": [{"name":"clockcal.json"}]
|
|
}
|