🔧 (pwa)

This commit is contained in:
Julien Calixte
2020-07-12 13:31:46 +02:00
parent 8f7835507f
commit a2263b7cbd
2 changed files with 9 additions and 0 deletions

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,