Fixed: Use widely supported display mode for PWA

(cherry picked from commit 1562d3bae3002947f9e428321d2b162ad69c3309)
This commit is contained in:
Cuki 2024-04-06 08:08:08 +02:00 committed by Bogdan
parent a82c919093
commit ca6beea62b
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@
"start_url": "../../../../",
"theme_color": "#3a3f51",
"background_color": "#3a3f51",
"display": "minimal-ui"
"display": "standalone"
}