BangleApps/apps/quicklaunch/metadata.json

17 lines
564 B
JSON
Raw Normal View History

2022-04-28 07:12:29 +00:00
{
"id": "quicklaunch",
2022-03-26 07:27:04 +00:00
"name": "Quick Launch",
"icon": "app.png",
"version": "0.10",
2022-04-28 07:12:29 +00:00
"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.",
2023-02-13 18:33:57 +00:00
"type": "bootloader",
2022-03-26 07:27:04 +00:00
"tags": "tools, system",
2023-02-13 21:16:11 +00:00
"supports": ["BANGLEJS2"],
2022-03-26 07:27:04 +00:00
"storage": [
2023-02-13 21:18:20 +00:00
{"name":"quicklaunch.settings.js","url":"settings.js"},
{"name":"quicklaunch.boot.js","url":"boot.js"},
{"name":"quicklaunch.app.js","url":"app.js"}
2022-03-26 07:27:04 +00:00
],
2023-02-13 21:18:20 +00:00
"data": [{"name":"quicklaunch.json"}]
2022-03-26 07:27:04 +00:00
}