1
0
Fork 0

Update metadata.json

master
thyttan 2023-02-13 22:16:11 +01:00 committed by GitHub
parent 334d196108
commit a8f1b172b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 20 deletions

View File

@ -6,26 +6,11 @@
"description": "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps.",
"type": "bootloader",
"tags": "tools, system",
"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"}]
}