diff options
author | Tim Millwood <tim@millwoodonline.co.uk> | 2020-06-08 11:31:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 11:31:55 +0100 |
commit | 344c367ccd081421deee93ca7089b8a3569ec4d7 (patch) | |
tree | 0f3b8954d9b4b54d8d6d2fcb81cf7e4401803e7a /vue.config.js | |
parent | 9d25f392ec733d24734c70f29dd7cebe283a05d4 (diff) | |
download | homer-344c367ccd081421deee93ca7089b8a3569ec4d7.tar.gz homer-344c367ccd081421deee93ca7089b8a3569ec4d7.tar.zst homer-344c367ccd081421deee93ca7089b8a3569ec4d7.zip |
Added appleMobileWebApp definitions
Diffstat (limited to 'vue.config.js')
-rw-r--r-- | vue.config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vue.config.js b/vue.config.js index 7214c12..c244a86 100644 --- a/vue.config.js +++ b/vue.config.js | |||
@@ -10,6 +10,8 @@ module.exports = { | |||
10 | publicPath: "", | 10 | publicPath: "", |
11 | pwa: { | 11 | pwa: { |
12 | manifestPath: "assets/manifest.json", | 12 | manifestPath: "assets/manifest.json", |
13 | appleMobileWebAppStatusBarStyle: "black", | ||
14 | appleMobileWebAppCapable: "yes", | ||
13 | iconPaths: { | 15 | iconPaths: { |
14 | favicon32: "assets/icons/favicon-32x32.png", | 16 | favicon32: "assets/icons/favicon-32x32.png", |
15 | favicon16: "assets/icons/favicon-16x16.png", | 17 | favicon16: "assets/icons/favicon-16x16.png", |