2022-04-28 07:12:29 +00:00
{
"id" : "quicklaunch" ,
2022-03-26 07:27:04 +00:00
"name" : "Quick Launch" ,
"icon" : "app.png" ,
2023-02-12 20:30:38 +00:00
"version" : "0.10" ,
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." ,
2023-02-12 20:30:38 +00:00
"type" : "app" ,
2022-03-26 07:27:04 +00:00
"tags" : "tools, system" ,
2023-02-12 20:30:38 +00:00
"supports" : [
"BANGLEJS2"
] ,
2022-03-26 07:27:04 +00:00
"storage" : [
2023-02-12 20:30:38 +00:00
{
"name" : "quicklaunch.settings.js" ,
"url" : "settings.js"
} ,
{
"name" : "quicklaunch.boot.js" ,
"url" : "boot.js"
} ,
{
"name" : "quicklaunch.app.js" ,
"url" : "app.js"
} ,
{
"name" : "quicklaunch.img" ,
"url" : "app-icon.js" ,
"evaluate" : true
}
2022-03-26 07:27:04 +00:00
] ,
2023-02-12 20:30:38 +00:00
"data" : [
{
"name" : "quicklaunch.json"
}
]
2022-03-26 07:27:04 +00:00
}