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