Update apps.json

master
Purple-Tentacle 2020-03-31 23:19:44 +02:00 committed by GitHub
parent b3da3806b2
commit 87d5bfa915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -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",