back to the usual formatting

pull/2621/head
thyttan 2023-02-28 20:43:31 +01:00 committed by GitHub
parent fe3d5df5f3
commit cd618434fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"}]
}