Update apps.json
parent
374fa668e3
commit
5b1b752dfc
|
|
@ -100,7 +100,7 @@
|
||||||
"id": "launch",
|
"id": "launch",
|
||||||
"name": "Launcher",
|
"name": "Launcher",
|
||||||
"shortName": "Launcher",
|
"shortName": "Launcher",
|
||||||
"version": "0.08",
|
"version": "0.09",
|
||||||
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
|
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "launch",
|
"type": "launch",
|
||||||
|
|
@ -108,8 +108,13 @@
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"launch.app.js","url":"app-bangle1.js","supports":["BANGLEJS"]},
|
{"name":"launch.app.js","url":"app-bangle1.js","supports":["BANGLEJS"]},
|
||||||
{"name":"launch.app.js","url":"app-bangle2.js","supports":["BANGLEJS2"]}
|
{"name":"launch.app.js","url":"app-bangle2.js","supports":["BANGLEJS2"]},
|
||||||
|
{"name":"launch.settings.js","url":"settings.js"}
|
||||||
],
|
],
|
||||||
|
"data": [
|
||||||
|
{"name":"launch.json"}
|
||||||
|
]
|
||||||
|
,
|
||||||
"sortorder": -10
|
"sortorder": -10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue