fix(pwa): allow rotation and request fullscreen

Remove forced portrait orientation and request fullscreen display mode.

Made-with: Cursor
This commit is contained in:
Frank Schwenk
2026-04-16 13:19:27 +02:00
parent 5bdea62a9f
commit a288405ca8
+2 -2
View File
@@ -4,8 +4,8 @@
"description": "Professional pool and billiards scoring application",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"display": "fullscreen",
"display_override": ["fullscreen", "standalone"],
"background_color": "#1a1a1a",
"theme_color": "#1a1a1a",
"lang": "de",