1
0
Fork 0

lightswitch: Update metadata.json

Add icon and screenshots.
master
storm64 2022-01-20 12:51:36 +01:00 committed by GitHub
parent 4eeb618c84
commit a860d95231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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"}
]
}