forked from FOSS/BangleApps
parent
4eeb618c84
commit
a860d95231
|
@ -4,6 +4,7 @@
|
|||
"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.",
|
||||
"icon": "app.png",
|
||||
"type": "widget",
|
||||
"tags": "widget,brightness,lock",
|
||||
"storage": [
|
||||
|
@ -15,5 +16,11 @@
|
|||
"data": [
|
||||
{"name": "lightswitch.json"},
|
||||
{"name": "lightswitch.images.json", "url": "images.json"}
|
||||
]
|
||||
],
|
||||
"screenshots": [
|
||||
{"url": "screenshot_1.png"},
|
||||
{"url": "screenshot_2.png"},
|
||||
{"url": "screenshot_3.png"},
|
||||
{"url": "screenshot_4.png"}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue