BangleApps/apps/widadjust/metadata.json

20 lines
511 B
JSON
Raw Normal View History

2022-02-25 15:51:31 +00:00
{
"id": "widadjust",
"name": "Adjust Clock",
2022-02-25 16:43:48 +00:00
"icon": "icon.png",
2024-02-13 06:49:06 +00:00
"version": "0.03",
2022-02-25 15:51:31 +00:00
"description": "Adjusts clock continually in the background to counter clock drift",
"type": "widget",
"tags": "widget",
"supports": [ "BANGLEJS", "BANGLEJS2" ],
"readme": "README.md",
"storage": [
{ "name": "widadjust.wid.js", "url": "widget.js" },
{ "name": "widadjust.settings.js", "url": "settings.js" }
],
"data": [
{ "name": "widadjust.json" },
{ "name": "widadjust.state" }
]
}