From c22fed29c22798bf44ec7526907196f1be44abbf Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 15 Mar 2021 23:37:41 +0100 Subject: [PATCH] :wrench: (manifest) update manifest --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index bf38027..3070b99 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,4 @@ -const mainColor = '#3f4fa6' +const mainColor = '#2C3A47' module.exports = { pwa: { @@ -8,7 +8,7 @@ module.exports = { skipWaiting: true, clientsClaim: true }, - name: '', + name: 'Lite Note', manifestOptions: { background_color: mainColor, theme_color: mainColor,