🔧 (pwa) add name to manifest.json
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user