lightswitch: Update metadata.json
Add shortName, description and change files and data format.master
parent
7e06b11b54
commit
64a7aab087
|
|
@ -1,9 +1,19 @@
|
||||||
{
|
{
|
||||||
"id": "lightswitch",
|
"id": "lightswitch",
|
||||||
"name": "Light Switch",
|
"name": "Light Switch Widget",
|
||||||
"type": "widget",
|
"shortName": "Light Switch",
|
||||||
"version": "0.01",
|
"version": "0.01",
|
||||||
|
"description": "This is a fast way to switch backlighting on/off, change the brightness and show the lock status. All in one widget.",
|
||||||
|
"type": "widget",
|
||||||
"tags": "widget,brightness,lock",
|
"tags": "widget,brightness,lock",
|
||||||
"files": "lightswitch.info,lightswitch.boot.js,lightswitch.wid.js,lightswitch.settings.js,lightswitch.js",
|
"storage": [
|
||||||
"data": "lightswitch.json,lightswitch.images.json"
|
{"name": "lightswitch.boot.js", "url": "boot.js"},
|
||||||
|
{"name": "lightswitch.js", "url": "lib.js"},
|
||||||
|
{"name": "lightswitch.settings.js", "url": "settings.js"},
|
||||||
|
{"name": "lightswitch.wid.js", "url": "widget.js"}
|
||||||
|
],
|
||||||
|
"data": [
|
||||||
|
{"name": "lightswitch.json"},
|
||||||
|
{"name": "lightswitch.images.json", "url": "images.json"}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue