mirror of https://github.com/espruino/BangleApps
20 lines
704 B
JSON
20 lines
704 B
JSON
{
|
|
"id": "qalarm",
|
|
"name": "Q Alarm and Timer",
|
|
"shortName": "Q Alarm",
|
|
"icon": "app.png",
|
|
"version": "0.04",
|
|
"description": "[Not recommended - use 'Alarm & Timer' app] Alarm and timer app with days of week and 'hard' option.",
|
|
"tags": "tool,alarm,widget",
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
|
"storage": [
|
|
{ "name": "qalarm.app.js", "url": "app.js" },
|
|
{ "name": "qalarm.boot.js", "url": "boot.js" },
|
|
{ "name": "qalarm.js", "url": "qalarm.js" },
|
|
{ "name": "qalarmcheck.js", "url": "qalarmcheck.js" },
|
|
{ "name": "qalarm.img", "url": "app-icon.js", "evaluate": true },
|
|
{ "name": "qalarm.wid.js", "url": "widget.js" }
|
|
],
|
|
"data": [{ "name": "qalarm.json" }]
|
|
}
|