mirror of https://github.com/espruino/BangleApps
16 lines
513 B
JSON
16 lines
513 B
JSON
{
|
|
"id": "quicklaunch",
|
|
"name": "Quick Launch",
|
|
"icon": "app.png",
|
|
"version":"0.02",
|
|
"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",
|
|
"tags": "tools, system",
|
|
"supports": ["BANGLEJS2"],
|
|
"storage": [
|
|
{"name":"quicklaunch.settings.js","url":"settings.js"},
|
|
{"name":"quicklaunch.boot.js","url":"boot.js"}
|
|
],
|
|
"data": [{"name":"quicklaunch.json"}]
|
|
}
|