BangleApps/apps/popconlaunch/metadata.json

21 lines
586 B
JSON
Raw Normal View History

{
"id": "popconlaunch",
"name": "Popcon Launcher",
"shortName": "Popcon",
2023-05-08 10:13:43 +00:00
"version": "0.02",
"description": "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch",
"readme": "README.md",
2023-05-03 07:03:49 +00:00
"icon": "app.png",
2023-05-02 21:31:47 +00:00
"type": "bootloader",
"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}
],
"data": [
{"name":"popcon.cache.json"}
],
"sortorder": -10
}