BangleApps/apps/taglaunch/metadata.json

20 lines
770 B
JSON
Raw Normal View History

{
"id": "taglaunch",
"name": "Tag Launcher",
"shortName": "Taglauncher",
2023-07-26 21:58:20 +00:00
"version": "0.04",
2022-11-18 21:24:41 +00:00
"description": "Launcher that puts all applications into submenus based on their tag. With many applications installed this can result in a faster application selection than the linear access of the default launcher.",
"readme": "README.md",
"icon": "app.png",
"type": "launch",
"tags": "tool,system,launcher",
"supports": ["BANGLEJS2"],
"screenshots": [ {"url":"screenshot.png"} ],
"storage": [
{"name":"taglaunch.app.js","url":"app.js"},
{"name":"taglaunch.settings.js","url":"settings.js"},
{"name":"taglaunch.health.img","url":"health-icon.js","evaluate":true}
],
"data": [{"name":"taglaunch.json"},{"name":"taglaunch.cache.json"}]
}