Skip to content

Commit

Permalink
Update apps.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Purple-Tentacle authored Mar 31, 2020
1 parent b3da380 commit 87d5bfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@
],
"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",
"name": "Default Launcher",
"shortName":"Launcher",
Expand Down

0 comments on commit 87d5bfa

Please sign in to comment.