widadjust: add metadata.json
parent
8518e7623f
commit
bef3c32a9a
|
|
@ -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" }
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue