{
    "name": "Vista - پلتفرم اجتماعی",
    "short_name": "Vista",
    "description": "پلتفرم اجتماعی Vista برای اشتراک‌گذاری محتوا",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3b82f6",
    "orientation": "portrait",
    "scope": "/",
    "lang": "fa",
    "dir": "rtl",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "48x48",
            "type": "image/x-icon"
        }
    ],
    "categories": [
        "social",
        "entertainment"
    ],
    "screenshots": [
        {
            "src": "/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshot-narrow.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "پست جدید",
            "short_name": "پست جدید",
            "description": "ایجاد پست جدید",
            "url": "/post",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "48x48"
                }
            ]
        },
        {
            "name": "فید",
            "short_name": "فید",
            "description": "مشاهده فید",
            "url": "/feed",
            "icons": [
                {
                    "src": "/favicon.ico",
                    "sizes": "48x48"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "handle_links": "preferred",
    "protocol_handlers": [
        {
            "protocol": "web+vista",
            "url": "/post/%s"
        }
    ]
}