6c431fee3e
- Lock the app to portrait: AndroidManifest screenOrientation="portrait" and PWA manifest orientation "portrait". - GameTable felt now occupies the middle band (between top HUD and the hand) with portrait proportions (w<=560, tall) so the you/partner/opponents diamond fits a tall screen comfortably instead of a wide landscape ellipse. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"name": "برگ وسط | Barg-e Vasat",
|
|
"short_name": "برگ وسط",
|
|
"description": "بازی حکم آنلاین ایرانی با حریفهای واقعی",
|
|
"lang": "fa",
|
|
"dir": "rtl",
|
|
"start_url": "/",
|
|
"display": "fullscreen",
|
|
"display_override": ["fullscreen", "standalone", "minimal-ui"],
|
|
"orientation": "portrait",
|
|
"background_color": "#060c1f",
|
|
"theme_color": "#060c1f",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|