🔧 (pwa) add name to manifest.json

This commit is contained in:
2020-07-01 23:50:19 +02:00
parent 3b38a8477b
commit b1825017b6

View File

@@ -1,14 +1,10 @@
const mainColor = '#3f4fa6' const mainColor = '#f8efba'
module.exports = { module.exports = {
pwa: { pwa: {
themeColor: mainColor, themeColor: mainColor,
msTileColor: mainColor, msTileColor: mainColor,
workboxOptions: { name: 'Bons programmeurs',
skipWaiting: true,
clientsClaim: true
},
name: '',
manifestOptions: { manifestOptions: {
background_color: mainColor, background_color: mainColor,
theme_color: mainColor, theme_color: mainColor,