{
    "id": "/",
    "name": "Priyo TV",
    "protocol_handlers": [
        {
            "protocol": "web+myapp",
            "url": "/handle-protocol?data=%s"
        }
    ],
    "short_name": "Priyo TV",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#F61500",
    "icons": [
        {
            "src": "/img/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/img/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/img/screenshots/desktop.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Desktop View"
        },
        {
            "src": "/img/screenshots/mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "label": "Mobile View"
        }
    ]
}
