2022-11-25 13:42:10 +00:00
|
|
|
{
|
2022-11-30 17:18:31 +00:00
|
|
|
"id": "qcenter",
|
|
|
|
"name": "Quick Center",
|
|
|
|
"shortName": "QCenter",
|
2023-02-03 11:49:54 +00:00
|
|
|
"version": "0.04",
|
2022-11-30 17:18:31 +00:00
|
|
|
"description": "An app for quickly launching your favourite apps, inspired by the control centres of other watches.",
|
|
|
|
"icon": "app.png",
|
|
|
|
"tags": "",
|
|
|
|
"supports": ["BANGLEJS2"],
|
|
|
|
"readme": "README.md",
|
|
|
|
"screenshots": [{ "url": "screenshot.png" }],
|
|
|
|
"storage": [
|
|
|
|
{ "name": "qcenter.app.js", "url": "app.js" },
|
|
|
|
{ "name": "qcenter.settings.js", "url": "settings.js" },
|
|
|
|
{ "name": "qcenter.img", "url": "app-icon.js", "evaluate": true }
|
|
|
|
],
|
2022-11-30 17:16:05 +00:00
|
|
|
"data": [{"name":"qcenter.json"}]
|
2022-11-22 12:52:21 +00:00
|
|
|
}
|