BangleApps/apps/qcenter/metadata.json

19 lines
591 B
JSON
Raw Normal View History

2022-11-25 13:42:10 +00:00
{
"id": "qcenter",
"name": "Quick Center",
"shortName": "QCenter",
2023-02-03 11:49:54 +00:00
"version": "0.04",
"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 }
],
"data": [{"name":"qcenter.json"}]
2022-11-22 12:52:21 +00:00
}