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