BangleApps/apps/quicklaunch/metadata.json

18 lines
599 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",
2024-10-28 22:43:13 +00:00
"version": "0.16",
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-28 19:40:19 +00:00
"readme": "README.md",
"supports": ["BANGLEJS2"],
2022-03-26 07:27:04 +00:00
"storage": [
{"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
],
"data": [{"name": "quicklaunch.json"}]
2022-03-26 07:27:04 +00:00
}