🔧 (pwa) revert display to standalone

it looks weird on android otherwise
This commit is contained in:
2020-06-30 23:01:53 +02:00
parent 6933601977
commit 1d88fe66ef

View File

@@ -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',