forked from FOSS/BangleApps
16 lines
435 B
JSON
16 lines
435 B
JSON
{
|
|
"id": "tapelauncher",
|
|
"name": "Tape Launcher",
|
|
"version": "0.02",
|
|
"description": "An App launcher, icons displayed in a horizontal tape, swipe or use buttons",
|
|
"icon": "icon.png",
|
|
"type": "launch",
|
|
"tags": "tool,system,launcher",
|
|
"supports": ["BANGLEJS"],
|
|
"readme": "README.md",
|
|
"storage": [
|
|
{"name":"tapelauncher.app.js","url":"app.js"},
|
|
{"name":"tapelauncher.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|