mirror of https://github.com/espruino/BangleApps
16 lines
399 B
JSON
16 lines
399 B
JSON
{
|
|
"id": "widalarm",
|
|
"name": "Alarms Widget",
|
|
"version": "0.01",
|
|
"description": "Displays an alarm icon in the widgets bar if any alarm is active",
|
|
"icon": "app.png",
|
|
"type": "widget",
|
|
"tags": "tool,alarm,widget",
|
|
"supports": [ "BANGLEJS", "BANGLEJS2" ],
|
|
"provides_widgets" : ["alarm"],
|
|
"default" : true,
|
|
"storage": [
|
|
{ "name": "widalarm.wid.js", "url": "widget.js" }
|
|
]
|
|
}
|