From a860d9523150578bb2083e81d93dd89b92c2c8d9 Mon Sep 17 00:00:00 2001 From: storm64 Date: Thu, 20 Jan 2022 12:51:36 +0100 Subject: [PATCH] lightswitch: Update metadata.json Add icon and screenshots. --- apps/lightswitch/metadata.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/lightswitch/metadata.json b/apps/lightswitch/metadata.json index 5cff189f3..847bcbc16 100644 --- a/apps/lightswitch/metadata.json +++ b/apps/lightswitch/metadata.json @@ -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"} + ] }