BangleApps/apps/quicklaunch/metadata.json

37 lines
746 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.",
"type": "app",
2022-03-26 07:27:04 +00:00
"tags": "tools, system",
"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"
},
{
"name": "quicklaunch.img",
"url": "app-icon.js",
"evaluate": true
}
2022-03-26 07:27:04 +00:00
],
"data": [
{
"name": "quicklaunch.json"
}
]
2022-03-26 07:27:04 +00:00
}