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",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "portrait",
|
||||
"display": "fullscreen",
|
||||
"display_override": ["fullscreen", "standalone"],
|
||||
"background_color": "#1a1a1a",
|
||||
"theme_color": "#1a1a1a",
|
||||
"lang": "de",
|
||||
|
||||
Reference in New Issue
Block a user