From df66067c5ed33c9288fede4aa48297cd85e34bc3 Mon Sep 17 00:00:00 2001 From: Tim Millwood Date: Mon, 8 Jun 2020 10:07:17 +0100 Subject: Make Homer more "web app" friendly --- public/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index f718159..cedeea7 100644 --- a/public/index.html +++ b/public/index.html @@ -3,8 +3,11 @@ - + + + + <%= htmlWebpackPlugin.options.title %> -- cgit v1.2.3 From 9d25f392ec733d24734c70f29dd7cebe283a05d4 Mon Sep 17 00:00:00 2001 From: Tim Millwood Date: Mon, 8 Jun 2020 11:26:17 +0100 Subject: Reverted the apple web app meta tags --- public/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/index.html b/public/index.html index cedeea7..2cda7e2 100644 --- a/public/index.html +++ b/public/index.html @@ -5,9 +5,6 @@ - - - <%= htmlWebpackPlugin.options.title %> -- cgit v1.2.3 From 344c367ccd081421deee93ca7089b8a3569ec4d7 Mon Sep 17 00:00:00 2001 From: Tim Millwood Date: Mon, 8 Jun 2020 11:31:55 +0100 Subject: Added appleMobileWebApp definitions --- vue.config.js | 2 ++ 1 file changed, 2 insertions(+) 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 = { publicPath: "", pwa: { manifestPath: "assets/manifest.json", + appleMobileWebAppStatusBarStyle: "black", + appleMobileWebAppCapable: "yes", iconPaths: { favicon32: "assets/icons/favicon-32x32.png", favicon16: "assets/icons/favicon-16x16.png", -- cgit v1.2.3