diff --git a/apps.json b/apps.json index 8695406de..9a6a36495 100644 --- a/apps.json +++ b/apps.json @@ -1679,14 +1679,14 @@ { "id": "gallifr", "name": "Gallifreyan Chronometer", "shortName":"Gallifrey Clock", - "icon": "app.png", + "icon": "gallifr.png", "version":"0.01", "description": "A Gallifreyan clock. The dark and light green segments show the minutes, the black circle, the hour.", "tags": "clock", "type": "clock", "storage": [ - {"name":"gallifr.app.js","url":"app.js"}, - {"name":"gallifr.img","url":"app-icon.js","evaluate":true} + {"name":"gallifr.app.js","url":"gallifr.js"}, + {"name":"gallifr.img","url":"gallifr-icon.js","evaluate":true} ] } ]