icon+typo
parent
42d0f020fc
commit
1714b44d88
|
|
@ -2183,7 +2183,8 @@
|
||||||
"custom": "custom.html",
|
"custom": "custom.html",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"worldclock.app.js","url":"app.js"},
|
{"name":"worldclock.app.js","url":"app.js"},
|
||||||
{"name":"worldclock.settings.json"}
|
{"name":"worldclock.settings.json"},
|
||||||
|
{"name":"worldclock.img","url":"worldclock-icon.js","evaluate":true}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
// send finished app (in addition to contents of app.json)
|
// send finished app (in addition to contents of app.json)
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{name:"worldclock.settings.json", content:JSON.stringify(timezones)},
|
{name:"worldclock.settings.json", content:JSON.stringify(app_offsets)},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue