🔧 (pwa) add workbox config

This commit is contained in:
2020-07-11 23:09:47 +02:00
parent d7f185fa6b
commit 31efb07503

View File

@@ -5,6 +5,10 @@ module.exports = {
themeColor: mainColor,
msTileColor: mainColor,
name: 'Binôme',
workboxOptions: {
skipWaiting: true,
clientsClaim: true
},
manifestOptions: {
background_color: mainColor,
theme_color: mainColor,