diff --git a/apps.json b/apps.json index 036c9a6db..0a4386185 100644 --- a/apps.json +++ b/apps.json @@ -2183,7 +2183,8 @@ "custom": "custom.html", "storage": [ {"name":"worldclock.app.js","url":"app.js"}, - {"name":"worldclock.settings.json"} + {"name":"worldclock.settings.json"}, + {"name":"worldclock.img","url":"worldclock-icon.js","evaluate":true} ] } ] diff --git a/apps/worldclock/custom.html b/apps/worldclock/custom.html index 34d77c806..a997663fc 100644 --- a/apps/worldclock/custom.html +++ b/apps/worldclock/custom.html @@ -66,11 +66,11 @@ // send finished app (in addition to contents of app.json) sendCustomizedApp({ storage:[ - {name:"worldclock.settings.json", content:JSON.stringify(timezones)}, + {name:"worldclock.settings.json", content:JSON.stringify(app_offsets)}, ] }); }); - \ No newline at end of file +