2022-12-06 10:25:32 +00:00
|
|
|
{
|
|
|
|
"id": "widalarm",
|
|
|
|
"name": "Alarms Widget",
|
2024-03-03 19:28:52 +00:00
|
|
|
"version": "0.02",
|
2022-12-06 10:25:32 +00:00
|
|
|
"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" }
|
|
|
|
]
|
|
|
|
}
|