2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "qalarm",
|
|
|
|
"name": "Q Alarm and Timer",
|
|
|
|
"shortName": "Q Alarm",
|
|
|
|
"icon": "app.png",
|
2022-06-18 20:08:51 +00:00
|
|
|
"version": "0.05",
|
2022-04-04 15:58:17 +00:00
|
|
|
"description": "[Not recommended - use 'Alarm & Timer' app] Alarm and timer app with days of week and 'hard' option.",
|
2022-01-06 11:47:26 +00:00
|
|
|
"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" }]
|
|
|
|
}
|