1
0
Fork 0

Update apps.json

master
SpyGuy 2020-09-24 16:41:19 -04:00 committed by GitHub
parent 9f2906c814
commit 876368eefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2227,14 +2227,15 @@
},
{ "id": "digiclock",
"name": "Digital Clock",
"name": "Digital Clock Face",
"shortName":"Digi Clock",
"icon": "digiclock.png",
"version":"0.01",
"description": "A simple digital clock with the time, day, month, and year",
"tags": "clock",
"type" : "clock",
"storage": [
{"name":"digiclock.app.js","url":"digiclock.js"},
{"name":"digiclock.img","url":"digi-icon.js","evaluate":true}
{"name":"digiclock.img","url":"digiclock-icon.js","evaluate":true}
]
},