Used minimal display
This commit is contained in:
parent
9ab3afa47f
commit
2e2094d243
|
@ -40,9 +40,9 @@ module.exports = {
|
||||||
msTileColor: '#000000',
|
msTileColor: '#000000',
|
||||||
appleMobileWebAppCapable: 'yes',
|
appleMobileWebAppCapable: 'yes',
|
||||||
appleMobileWebAppStatusBarStyle: 'black',
|
appleMobileWebAppStatusBarStyle: 'black',
|
||||||
display: 'minimal-ui',
|
|
||||||
workboxPluginMode: 'InjectManifest',
|
workboxPluginMode: 'InjectManifest',
|
||||||
manifestOptions: {
|
manifestOptions: {
|
||||||
|
display: 'minimal-ui',
|
||||||
start_url: '.',
|
start_url: '.',
|
||||||
description: 'A social platform to enjoy and share music',
|
description: 'A social platform to enjoy and share music',
|
||||||
scope: "/",
|
scope: "/",
|
||||||
|
|
Loading…
Reference in New Issue