Update apps.json
parent
b3da3806b2
commit
87d5bfa915
13
apps.json
13
apps.json
|
|
@ -12,6 +12,19 @@
|
||||||
],
|
],
|
||||||
"sortorder" : -10
|
"sortorder" : -10
|
||||||
},
|
},
|
||||||
|
{ "id": "daysl",
|
||||||
|
"name": "Days left",
|
||||||
|
"icon": "app.png",
|
||||||
|
"version":"0.01",
|
||||||
|
"description": "Shows you the days left until a certain date. Date can be set with a settings app and is written to a file.",
|
||||||
|
"tags": "",
|
||||||
|
"allow_emulator":false,
|
||||||
|
"storage": [
|
||||||
|
{"name":"daysl.app.js","url":"app.js"},
|
||||||
|
{"name":"daysl.img","url":"app-icon.js","evaluate":true},
|
||||||
|
{"name":"daysl.wid.js","url":"widget.js"}
|
||||||
|
]
|
||||||
|
},
|
||||||
{ "id": "launch",
|
{ "id": "launch",
|
||||||
"name": "Default Launcher",
|
"name": "Default Launcher",
|
||||||
"shortName":"Launcher",
|
"shortName":"Launcher",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue