forked from FOSS/BangleApps
add README.md to metadata
parent
ef43eba307
commit
fe3d5df5f3
|
@ -6,11 +6,27 @@
|
||||||
"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.",
|
"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",
|
"type": "bootloader",
|
||||||
"tags": "tools, system",
|
"tags": "tools, system",
|
||||||
"supports": ["BANGLEJS2"],
|
"readme": "README.md",
|
||||||
"storage": [
|
"supports": [
|
||||||
{"name":"quicklaunch.settings.js","url":"settings.js"},
|
"BANGLEJS2"
|
||||||
{"name":"quicklaunch.boot.js","url":"boot.js"},
|
|
||||||
{"name":"quicklaunch.app.js","url":"app.js"}
|
|
||||||
],
|
],
|
||||||
"data": [{"name":"quicklaunch.json"}]
|
"storage": [
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue