BangleApps/apps/toucher/metadata.json

19 lines
498 B
JSON
Raw Normal View History

{
"id": "toucher",
"name": "Touch Launcher",
"shortName": "Toucher",
"version": "0.08",
"description": "Touch enable left to right launcher.",
"icon": "app.png",
"type": "launch",
"tags": "tool,system,launcher",
2022-01-19 16:05:03 +00:00
"screenshots": [{"url":"screenshot1.jpg"}],
"supports": ["BANGLEJS","BANGLEJS2"],
"readme": "README.md",
"storage": [
{"name":"toucher.app.js","url":"app.js"},
{"name":"toucher.settings.js","url":"settings.js"}
],
"data": [{"name":"toucher.json"}]
}