Update apps.json

pull/1136/head
xxDUxx 2021-12-18 09:56:14 +01:00 committed by GitHub
parent 425501f7a7
commit 8a2fbc47bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -5027,14 +5027,14 @@
{"name":"circlesclock.json"}
]
},
{ "id": "miniclock",
"name": "Minimalist Clock",
"shortName" : "Minimalist Clock",
{ "id": "contourclock",
"name": "Contour Clock",
"shortName" : "Contour Clock",
"icon": "app.png",
"description": "A Minimalist clockface with large Digits.",
"description": "A Minimalist clockface with large Digits. Looks best with the dark theme",
"tags": "clock",
"storage": [
{"name":"myappid.app.js","url":"app.js"},
{"name":"myappid.img","url":"app-icon.js","evaluate":true}
{"name":"contourclock.app.js","url":"app.js"},
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
]}
]