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",
|
2024-03-04 21:32:06 +00:00
|
|
|
"version": "0.10",
|
2022-01-22 11:16:53 +00:00
|
|
|
"description": "A fast way to switch LCD backlight on/off, change the brightness and show the lock status. All in one widget.",
|
2022-01-21 18:48:26 +00:00
|
|
|
"icon": "images/app.png",
|
2022-01-22 11:38:13 +00:00
|
|
|
"screenshots": [
|
|
|
|
{"url": "images/screenshot_1.png"},
|
|
|
|
{"url": "images/screenshot_2.png"},
|
|
|
|
{"url": "images/screenshot_3.png"},
|
|
|
|
{"url": "images/screenshot_4.png"}
|
|
|
|
],
|
2022-01-20 10:18:56 +00:00
|
|
|
"type": "widget",
|
2022-01-22 11:38:13 +00:00
|
|
|
"tags": "tool,widget,brightness,lock",
|
2022-01-20 11:53:50 +00:00
|
|
|
"supports": ["BANGLEJS2"],
|
2022-01-20 11:55:48 +00:00
|
|
|
"readme": "README.md",
|
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-22 11:38:13 +00:00
|
|
|
]
|
2022-01-20 09:21:29 +00:00
|
|
|
}
|