BangleApps/apps/dane_tcr/metadata.json

17 lines
463 B
JSON
Raw Normal View History

{
"id": "dane_tcr",
"name": "DANE Touch Launcher",
"shortName": "DANE Toucher",
2024-03-04 21:32:06 +00:00
"version": "0.09",
"description": "Touch enable left to right launcher in the style of the DANE Watchface",
"icon": "app.png",
"type": "launch",
"tags": "tool,system,launcher",
"supports": ["BANGLEJS"],
"storage": [
{"name":"dane_tcr.app.js","url":"app.js"},
{"name":"dane_tcr.settings.js","url":"settings.js"}
],
"data": [{"name":"dane_tcr.json"}]
}