change display mode back to minimal-ui to prevent having two separate indexedDB for PWA and Browser

This commit is contained in:
schlagmichdoch 2023-01-17 14:47:56 +01:00
parent 168d10a898
commit c0405159c5
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
"background_color": "#efefef",
"start_url": "/",
"scope": "/",
"display": "standalone",
"display": "minimal-ui",
"theme_color": "#3367d6",
"share_target": {
"method":"GET",