forked from FOSS/BangleApps
17 lines
540 B
JSON
17 lines
540 B
JSON
{
|
|
"id": "widshipbell",
|
|
"name": "Ship's bell Widget",
|
|
"shortName": "Ship's bell",
|
|
"version": "0.02",
|
|
"description": "A widget that buzzes according to a nautical bell, one strike at 04:30, two strikes at 05:00, up to eight strikes at 08:00 and so on.",
|
|
"icon": "widget.png",
|
|
"type": "widget",
|
|
"tags": "widget",
|
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"widshipbell.wid.js","url":"widget.js"},
|
|
{"name":"widshipbell.settings.js","url":"settings.js"}
|
|
],
|
|
"data": [{"name":"widshipbell.json"}]
|
|
}
|