2023-04-24 21:29:17 +00:00
{
"id" : "popconlaunch" ,
"name" : "Popcon Launcher" ,
"shortName" : "Popcon" ,
2023-05-08 10:13:43 +00:00
"version" : "0.02" ,
2023-05-04 21:53:44 +00:00
"description" : "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch" ,
2023-04-24 21:29:17 +00:00
"readme" : "README.md" ,
2023-05-03 07:03:49 +00:00
"icon" : "app.png" ,
2023-05-02 21:31:47 +00:00
"type" : "bootloader" ,
2023-04-24 21:29:17 +00:00
"tags" : "tool,system,launcher" ,
"supports" : [ "BANGLEJS2" ] ,
"storage" : [
2023-05-03 07:03:49 +00:00
{ "name" : "popcon.boot.js" , "url" : "boot.js" } ,
{ "name" : "popcon.img" , "url" : "icon.js" , "evaluate" : true }
2023-04-24 21:29:17 +00:00
] ,
"data" : [
{ "name" : "popcon.cache.json" }
] ,
"sortorder" : -10
}