🔧 (pwa) test minimal-ui display
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
module.exports = {
|
||||
pwa: {
|
||||
themeColor: '#3f4fa6',
|
||||
msTileColor: '#3f4fa6',
|
||||
msTileColor: '#3f4fa6',,
|
||||
workboxOptions: {
|
||||
skipWaiting: true,
|
||||
clientsClaim: true
|
||||
},
|
||||
name: 'Vaquant',
|
||||
manifestOptions: {
|
||||
background_color: '#3f4fa6',
|
||||
theme_color: '#3f4fa6',
|
||||
display: 'minimal-ui',
|
||||
icons: [
|
||||
{
|
||||
src: './img/icons/android-chrome-192x192.png',
|
||||
@@ -67,11 +73,6 @@ module.exports = {
|
||||
type: 'image/png'
|
||||
}
|
||||
]
|
||||
},
|
||||
workboxOptions: {
|
||||
skipWaiting: true,
|
||||
clientsClaim: true
|
||||
},
|
||||
name: 'Vaquant'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user