forked from FOSS/BangleApps
19 lines
694 B
JSON
19 lines
694 B
JSON
{
|
|
"id": "taglaunch",
|
|
"name": "Tag Launcher",
|
|
"shortName": "Taglauncher",
|
|
"version": "0.05",
|
|
"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"}
|
|
],
|
|
"data": [{"name":"taglaunch.json"},{"name":"taglaunch.cache.json"}]
|
|
}
|