Update apps.json

pull/861/head
nujw 2021-10-23 21:23:41 +13:00 committed by GitHub
parent 383f07606d
commit d3519e4290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -2916,22 +2916,22 @@
{"name":"speedalt2.json"}
]
},
{ "id": "slomoclock",
{ "id": "speedclock",
"name": "SloMo Clock",
"shortName":"SloMo Clock",
"icon": "watch.png",
"version":"0.01",
"description": "Simple 24h clock face with large digits hours above minutes.",
"description": "Simple clock face with large digits hour above minutes.",
"tags": "clock",
"type":"clock",
"allow_emulator":true,
"readme": "README.md",
"storage": [
{"name":"slomoclock.app.js","url":"app.js"},
{"name":"slomoclock.img","url":"app-icon.js","evaluate":true}
{"name":"speedclock.app.js","url":"app.js"},
{"name":"speedclock.img","url":"app-icon.js","evaluate":true}
],
"data": [
{"name":"slomoclock.json"}
{"name":"speedclock.json"}
]
},
{ "id": "de-stress",