forked from FOSS/BangleApps
fixed issues with tapelauncher entries in apps.json
parent
77384543a4
commit
754826a3a3
|
@ -2733,14 +2733,14 @@
|
||||||
{ "id": "tapelauncher",
|
{ "id": "tapelauncher",
|
||||||
"name": "Tape Launcher",
|
"name": "Tape Launcher",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"version":"0.01",
|
"version":"0.02",
|
||||||
"description": "An App launcher, icons displayed in a horizontal tape, swipe or use buttons",
|
"description": "An App launcher, icons displayed in a horizontal tape, swipe or use buttons",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"tags": "tool,system,launcher",
|
"tags": "tool,system,launcher",
|
||||||
"type":"launch",
|
"type":"launch",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"tapelaunch.app.js","url":"app.js"},
|
{"name":"tapelauncher.app.js","url":"app.js"},
|
||||||
{"name":"tapelaunch.img","url":"icon.js","evaluate":true}
|
{"name":"tapelauncher.img","url":"icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ "id": "oblique",
|
{ "id": "oblique",
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
0.01: Initial version
|
0.01: Initial version
|
||||||
|
0.02: Fixed issues with entry in apps.json
|
||||||
|
|
Loading…
Reference in New Issue