commit
c45d9619f9
|
|
@ -6,11 +6,12 @@
|
||||||
"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",
|
||||||
|
"readme": "README.md",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"quicklaunch.settings.js","url":"settings.js"},
|
{"name": "quicklaunch.settings.js", "url": "settings.js"},
|
||||||
{"name":"quicklaunch.boot.js","url":"boot.js"},
|
{"name": "quicklaunch.boot.js", "url": "boot.js"},
|
||||||
{"name":"quicklaunch.app.js","url":"app.js"}
|
{"name": "quicklaunch.app.js", "url": "app.js"}
|
||||||
],
|
],
|
||||||
"data": [{"name":"quicklaunch.json"}]
|
"data": [{"name": "quicklaunch.json"}]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue