1
0
Fork 0

lightswitch: Update metadata.json

Add shortName, description and change files and data format.
master
storm64 2022-01-20 11:18:56 +01:00 committed by GitHub
parent 7e06b11b54
commit 64a7aab087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 4 deletions

View File

@ -1,9 +1,19 @@
{
"id": "lightswitch",
"name": "Light Switch",
"type": "widget",
"name": "Light Switch Widget",
"shortName": "Light Switch",
"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",
"files": "lightswitch.info,lightswitch.boot.js,lightswitch.wid.js,lightswitch.settings.js,lightswitch.js",
"data": "lightswitch.json,lightswitch.images.json"
"storage": [
{"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"}
]
}