back to the usual formatting

master
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", "type": "bootloader",
"tags": "tools, system", "tags": "tools, system",
"readme": "README.md", "readme": "README.md",
"supports": [ "supports": ["BANGLEJS2"],
"BANGLEJS2"
],
"storage": [ "storage": [
{ {"name": "quicklaunch.settings.js", "url": "settings.js"},
"name": "quicklaunch.settings.js", {"name": "quicklaunch.boot.js", "url": "boot.js"},
"url": "settings.js" {"name": "quicklaunch.app.js", "url": "app.js"}
},
{
"name": "quicklaunch.boot.js",
"url": "boot.js"
},
{
"name": "quicklaunch.app.js",
"url": "app.js"
}
], ],
"data": [ "data": [{"name": "quicklaunch.json"}]
{
"name": "quicklaunch.json"
}
]
} }