{
    "name": "Wisery - Live TV, Radio & Movies",
    "short_name": "Wisery",
    "description": "Stream 4000+ live TV channels, 700+ radio stations, and 1000+ movies & series worldwide",
    "start_url": "/home",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0a0a0a",
    "theme_color": "#e50914",
    "categories": ["entertainment", "music", "news"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/logo.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Watch TV",
            "short_name": "TV",
            "url": "/watch",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Listen Radio",
            "short_name": "Radio",
            "url": "/listen",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Movies",
            "short_name": "Movies",
            "url": "/movies?type=movie",
            "icons": [{"src": "/assets/images/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
