🔧 (pwa) revert display to standalone
it looks weird on android otherwise
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = {
|
||||
manifestOptions: {
|
||||
background_color: '#3f4fa6',
|
||||
theme_color: '#3f4fa6',
|
||||
display: 'minimal-ui',
|
||||
display: 'standalone',
|
||||
icons: [
|
||||
{
|
||||
src: './img/icons/android-chrome-192x192.png',
|
||||
|
||||
Reference in New Issue
Block a user