widadjust: add metadata.json

master
Markus Laire 2022-02-25 17:51:31 +02:00 committed by GitHub
parent 8518e7623f
commit bef3c32a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"id": "widadjust",
"name": "Adjust Clock",
"version": "0.01",
"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" }
]
}