diff --git a/vue.config.js b/vue.config.js index 6852ab1..ca7ebca 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,10 +1,16 @@ module.exports = { pwa: { themeColor: '#3f4fa6', - msTileColor: '#3f4fa6', + msTileColor: '#3f4fa6',, + workboxOptions: { + skipWaiting: true, + clientsClaim: true + }, + name: 'Vaquant', manifestOptions: { background_color: '#3f4fa6', theme_color: '#3f4fa6', + display: 'minimal-ui', icons: [ { src: './img/icons/android-chrome-192x192.png', @@ -67,11 +73,6 @@ module.exports = { type: 'image/png' } ] - }, - workboxOptions: { - skipWaiting: true, - clientsClaim: true - }, - name: 'Vaquant' + } } }