Files
HokmPlay/public/manifest.webmanifest
T

22 lines
550 B
JSON
Raw Normal View History

{
"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"
}
]
}