2022-04-28 07:12:29 +00:00
{
"id" : "quicklaunch" ,
2022-03-26 07:27:04 +00:00
"name" : "Quick Launch" ,
"icon" : "app.png" ,
2022-11-21 21:33:28 +00:00
"version" : "0.08" ,
2022-04-28 07:12:29 +00:00
"description" : "Tap or swipe left/right/up/down on your clock face to launch up to five apps of your choice. Configurations can be accessed through Settings->Apps." ,
2022-04-28 23:09:23 +00:00
"type" : "bootloader" ,
2022-03-26 07:27:04 +00:00
"tags" : "tools, system" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
2022-04-28 07:12:29 +00:00
{ "name" : "quicklaunch.settings.js" , "url" : "settings.js" } ,
{ "name" : "quicklaunch.boot.js" , "url" : "boot.js" }
2022-03-26 07:27:04 +00:00
] ,
"data" : [ { "name" : "quicklaunch.json" } ]
}