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 4cf1215cfa
commit ee20ba1811

View File

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