BangleApps/apps/iconlaunch/metadata.json

19 lines
597 B
JSON
Raw Normal View History

2022-05-24 00:18:26 +00:00
{
"id": "iconlaunch",
"name": "Icon Launcher",
"shortName" : "Icon launcher",
2023-07-22 11:09:08 +00:00
"version": "0.18",
2022-05-24 00:18:26 +00:00
"icon": "app.png",
"description": "A launcher inspired by smartphones, with an icon-only scrollable menu.",
"tags": "tool,system,launcher",
"type": "launch",
"supports": ["BANGLEJS2"],
"storage": [
{ "name": "iconlaunch.app.js", "url": "app.js" },
{ "name": "iconlaunch.settings.js", "url": "settings.js" }
],
"data": [{"name":"iconlaunch.json"},{"name":"iconlaunch.cache.json"}],
2022-05-24 00:18:26 +00:00
"screenshots": [{ "url": "screenshot1.png" }, { "url": "screenshot2.png" }],
"readme": "README.md"
2022-05-24 00:18:26 +00:00
}