BangleApps/apps/widalarmeta/metadata.json

16 lines
445 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.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": [
2022-05-03 05:25:20 +00:00
{"name":"widalarmeta.wid.js","url":"widget.js"}
]
}