BangleApps/apps/widalarmeta/metadata.json

19 lines
596 B
JSON
Raw Normal View History

{
2022-05-03 05:25:20 +00:00
"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"}]
}