2022-01-06 11:47:26 +00:00
|
|
|
{
|
|
|
|
"id": "hardalarm",
|
|
|
|
"name": "Hard Alarm",
|
|
|
|
"shortName": "HardAlarm",
|
2024-03-13 10:56:27 +00:00
|
|
|
"version": "0.06",
|
2022-01-06 11:47:26 +00:00
|
|
|
"description": "Make sure you wake up! Count to the right number to turn off the alarm",
|
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "tool,alarm,widget",
|
2023-11-02 05:25:22 +00:00
|
|
|
"supports": ["BANGLEJS", "BANGLEJS2"],
|
2022-01-06 11:47:26 +00:00
|
|
|
"storage": [
|
|
|
|
{"name":"hardalarm.app.js","url":"app.js"},
|
|
|
|
{"name":"hardalarm.boot.js","url":"boot.js"},
|
|
|
|
{"name":"hardalarm.js","url":"hardalarm.js"},
|
|
|
|
{"name":"hardalarm.img","url":"app-icon.js","evaluate":true},
|
|
|
|
{"name":"hardalarm.wid.js","url":"widget.js"}
|
|
|
|
],
|
2023-11-02 15:40:31 +00:00
|
|
|
"data": [{"name":"hardalarm.json"}],
|
|
|
|
"screenshots": [{"url":"screenshot.png"},{"url":"screenshot2.png"},{"url":"screenshot3.png"}],
|
|
|
|
"readme": "README.md"
|
2023-11-02 05:32:14 +00:00
|
|
|
}
|