2022-01-20 09:21:29 +00:00
|
|
|
{
|
|
|
|
"id": "lightswitch",
|
2022-01-20 10:18:56 +00:00
|
|
|
"name": "Light Switch Widget",
|
|
|
|
"shortName": "Light Switch",
|
2022-01-20 09:21:29 +00:00
|
|
|
"version": "0.01",
|
2022-01-20 10:18:56 +00:00
|
|
|
"description": "This is a fast way to switch backlighting on/off, change the brightness and show the lock status. All in one widget.",
|
2022-01-20 11:51:36 +00:00
|
|
|
"icon": "app.png",
|
2022-01-20 10:18:56 +00:00
|
|
|
"type": "widget",
|
2022-01-20 09:21:29 +00:00
|
|
|
"tags": "widget,brightness,lock",
|
2022-01-20 10:18:56 +00:00
|
|
|
"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"}
|
2022-01-20 11:51:36 +00:00
|
|
|
],
|
|
|
|
"screenshots": [
|
|
|
|
{"url": "screenshot_1.png"},
|
|
|
|
{"url": "screenshot_2.png"},
|
|
|
|
{"url": "screenshot_3.png"},
|
|
|
|
{"url": "screenshot_4.png"}
|
|
|
|
]
|
2022-01-20 09:21:29 +00:00
|
|
|
}
|