From cd618434fa27dab1ae9b71f71d888491ebdfa849 Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:43:31 +0100 Subject: [PATCH] back to the usual formatting --- apps/quicklaunch/metadata.json | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/apps/quicklaunch/metadata.json b/apps/quicklaunch/metadata.json index e52b979a6..e38d25d09 100644 --- a/apps/quicklaunch/metadata.json +++ b/apps/quicklaunch/metadata.json @@ -7,26 +7,11 @@ "type": "bootloader", "tags": "tools, system", "readme": "README.md", - "supports": [ - "BANGLEJS2" - ], + "supports": ["BANGLEJS2"], "storage": [ - { - "name": "quicklaunch.settings.js", - "url": "settings.js" - }, - { - "name": "quicklaunch.boot.js", - "url": "boot.js" - }, - { - "name": "quicklaunch.app.js", - "url": "app.js" - } + {"name": "quicklaunch.settings.js", "url": "settings.js"}, + {"name": "quicklaunch.boot.js", "url": "boot.js"}, + {"name": "quicklaunch.app.js", "url": "app.js"} ], - "data": [ - { - "name": "quicklaunch.json" - } - ] + "data": [{"name": "quicklaunch.json"}] }