{
    "name": "CineFlow - Stream Movies & TV Shows",
    "short_name": "CineFlow",
    "description": "Stream and discover the latest movies, TV shows, anime, and live TV. Watch free Bollywood, Hollywood, and international content with subtitles.",
    "theme_color": "#0a0a0f",
    "background_color": "#0a0a0f",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "categories": ["entertainment", "movies", "tv"],
    "lang": "en",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/icons/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon (1).png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon (1).png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/icons/icon (1).png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "wide",
            "label": "CineFlow Home"
        },
        {
            "src": "/icons/icon (1).png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "CineFlow Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Search",
            "short_name": "Search",
            "url": "/search",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Movies",
            "short_name": "Movies",
            "url": "/explore/movie",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "TV Shows",
            "short_name": "TV Shows",
            "url": "/explore/tv",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Live TV",
            "short_name": "Live TV",
            "url": "/explore/livetv",
            "icons": [{ "src": "/favicon-96x96.png", "sizes": "96x96" }]
        }
    ]
}