mirror of https://github.com/espruino/BangleApps
32 lines
975 B
JSON
32 lines
975 B
JSON
{
|
|
"id": "alarm",
|
|
"name": "Alarms & Timers",
|
|
"shortName": "Alarms",
|
|
"version": "0.48",
|
|
"description": "Set alarms and timers on your Bangle",
|
|
"icon": "app.png",
|
|
"tags": "tool,alarm",
|
|
"supports": [ "BANGLEJS", "BANGLEJS2" ],
|
|
"readme": "README.md",
|
|
"dependencies": { "scheduler":"type", "alarm":"widget" },
|
|
"storage": [
|
|
{ "name": "alarm.app.js", "url": "app.js" },
|
|
{ "name": "alarm.img", "url": "app-icon.js", "evaluate": true },
|
|
{ "name": "alarm.settings.js", "url":"settings.js" }
|
|
],
|
|
"screenshots": [
|
|
{ "url": "screenshot-1.png" },
|
|
{ "url": "screenshot-2.png" },
|
|
{ "url": "screenshot-3.png" },
|
|
{ "url": "screenshot-4.png" },
|
|
{ "url": "screenshot-5.png" },
|
|
{ "url": "screenshot-6.png" },
|
|
{ "url": "screenshot-7.png" },
|
|
{ "url": "screenshot-8.png" },
|
|
{ "url": "screenshot-9.png" },
|
|
{ "url": "screenshot-10.png" },
|
|
{ "url": "screenshot-11.png" }
|
|
],
|
|
"data":[ {"name":"alarm.settings.json"} ]
|
|
}
|