2022-11-18 18:05:23 +00:00
{
"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." ,
2022-11-18 18:05:23 +00:00
"readme" : "README.md" ,
"icon" : "app.png" ,
"type" : "launch" ,
"tags" : "tool,system,launcher" ,
"supports" : [ "BANGLEJS2" ] ,
2023-02-12 07:15:12 +00:00
"screenshots" : [ { "url" : "screenshot.png" } ] ,
2022-11-18 18:05:23 +00:00
"storage" : [
{ "name" : "taglaunch.app.js" , "url" : "app.js" } ,
2023-02-12 07:53:49 +00:00
{ "name" : "taglaunch.settings.js" , "url" : "settings.js" } ,
{ "name" : "taglaunch.health.img" , "url" : "health-icon.js" , "evaluate" : true }
2022-11-18 18:05:23 +00:00
] ,
2022-11-23 11:02:26 +00:00
"data" : [ { "name" : "taglaunch.json" } , { "name" : "taglaunch.cache.json" } ]
2022-11-18 18:05:23 +00:00
}