Update apps.json

master
SpyGuy 2020-09-24 15:55:03 -04:00 committed by GitHub
parent 736ef026d9
commit 6cd5af484e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2234,10 +2234,10 @@
"icon": "digiclock.png", "icon": "digiclock.png",
"version":"0.01", "version":"0.01",
"description": "A simple digital clock with the time, day, month, and year", "description": "A simple digital clock with the time, day, month, and year",
"tags": "", "tags": "clock",
"storage": [ "storage": [
{"name":"digiclock.app.js","url":"digiclock.js"}, {"name":"digiclock.app.js","url":"digiclock.js"},
{"name":"digiclock.img","url":"digi-icon.js","evaluate":true} {"name":"digiclock.img","url":"digi-icon.js","evaluate":true}
] ]
} }
] ]