From c932dc4f5301b67ae9a67d0519b4583b48084341 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 Dec 2021 12:56:13 +0530 Subject: [PATCH] Add manifest options --- vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vue.config.js b/vue.config.js index 89de98f..8ad9d03 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,6 +8,9 @@ module.exports = { msTileColor: '', appleMobileWebAppCapable: 'yes', appleMobileWebAppStatusBarStyle: 'black', + manifestOptions: { + display: 'fullscreen' + }, workboxOptions: { navigateFallback: 'index.html',