Update apps.json

master
Richard Hopkins 2020-05-10 21:22:34 +01:00 committed by GitHub
parent ffa4992777
commit 61a1fc90fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1679,14 +1679,14 @@
{ "id": "gallifr", { "id": "gallifr",
"name": "Gallifreyan Chronometer", "name": "Gallifreyan Chronometer",
"shortName":"Gallifrey Clock", "shortName":"Gallifrey Clock",
"icon": "gallifrey.png", "icon": "app.png",
"version":"0.01", "version":"0.01",
"description": "A Gallifreyan clock. The dark and light green segments show the minutes, the black circle, the hour.", "description": "A Gallifreyan clock. The dark and light green segments show the minutes, the black circle, the hour.",
"tags": "clock", "tags": "clock",
"type": "clock", "type": "clock",
"storage": [ "storage": [
{"name":"gallifr.app.js","url":"app.js"}, {"name":"gallifr.app.js","url":"app.js"},
{"name":"gallir.img","url":"app-icon.js","evaluate":true} {"name":"gallifr.img","url":"app-icon.js","evaluate":true}
] ]
} }
] ]