🔧 (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 = {
pwa: {
themeColor: mainColor,
msTileColor: mainColor,
workboxOptions: {
skipWaiting: true,
clientsClaim: true
},
name: '',
name: 'Bons programmeurs',
manifestOptions: {
background_color: mainColor,
theme_color: mainColor,