From b1825017b69615cbf0cb56787909497a77d0d3de Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 1 Jul 2020 23:50:19 +0200 Subject: [PATCH] :wrench: (pwa) add name to manifest.json --- vue.config.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/vue.config.js b/vue.config.js index cabe973..9e30deb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,14 +1,10 @@ -const mainColor = '#3f4fa6' +const mainColor = '#f8efba' module.exports = { pwa: { themeColor: mainColor, msTileColor: mainColor, - workboxOptions: { - skipWaiting: true, - clientsClaim: true - }, - name: '', + name: 'Bons programmeurs', manifestOptions: { background_color: mainColor, theme_color: mainColor,