follow the preferred metadata.json style

pull/2641/head
thyttan 2023-03-10 21:16:57 +01:00
parent 810b419abf
commit 1d58e0d5e3
1 changed files with 5 additions and 20 deletions

View File

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