fix(pwa): allow rotation and request fullscreen
Remove forced portrait orientation and request fullscreen display mode. Made-with: Cursor
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
"description": "Professional pool and billiards scoring application",
|
"description": "Professional pool and billiards scoring application",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "fullscreen",
|
||||||
"orientation": "portrait",
|
"display_override": ["fullscreen", "standalone"],
|
||||||
"background_color": "#1a1a1a",
|
"background_color": "#1a1a1a",
|
||||||
"theme_color": "#1a1a1a",
|
"theme_color": "#1a1a1a",
|
||||||
"lang": "de",
|
"lang": "de",
|
||||||
|
|||||||
Reference in New Issue
Block a user