mirror of https://github.com/espruino/BangleApps
20 lines
649 B
JSON
20 lines
649 B
JSON
{
|
|
"id": "iconlaunch",
|
|
"name": "Icon Launcher",
|
|
"shortName" : "Icon launcher",
|
|
"version": "0.19",
|
|
"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" },
|
|
{ "name": "iconlaunch.na.img", "url": "na.img" }
|
|
],
|
|
"data": [{"name":"iconlaunch.json"},{"name":"iconlaunch.cache.json"}],
|
|
"screenshots": [{ "url": "screenshot1.png" }, { "url": "screenshot2.png" }],
|
|
"readme": "README.md"
|
|
}
|