mirror of https://github.com/espruino/BangleApps
19 lines
596 B
JSON
19 lines
596 B
JSON
{
|
|
"id": "widalarmeta",
|
|
"name": "Alarm & Timer ETA",
|
|
"shortName": "Alarm ETA",
|
|
"version": "0.04",
|
|
"description": "A widget that displays the time to the next Alarm or Timer in hours and minutes, maximum 24h (configurable).",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"provides_widgets" : ["alarm"],
|
|
"screenshots" : [ { "url":"screenshot.png" } ],
|
|
"storage": [
|
|
{"name":"widalarmeta.wid.js","url":"widget.js"},
|
|
{"name":"widalarmeta.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"widalarmeta.json"}]
|
|
}
|