icon+typo

pull/551/head
computermacgyver 2020-08-24 00:36:12 +01:00
parent 42d0f020fc
commit 1714b44d88
2 changed files with 4 additions and 3 deletions

View File

@ -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}
]
}
]

View File

@ -66,7 +66,7 @@
// 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)},
]
});
});