{
    "id": "/",
    "name": "Free Movies App",
    "short_name": "Free Movies",
    "description": "Install Free Movies for a standalone streaming-style app shell with offline pages, multiple home screen shortcuts, and native-feeling navigation.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "background_color": "#020202",
    "theme_color": "#06110c",
    "categories": [
        "entertainment",
        "music",
        "lifestyle"
    ],
    "lang": "en-US",
    "dir": "ltr",
    "orientation": "any",
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Search",
            "short_name": "Search",
            "url": "/search/",
            "description": "Jump straight into search.",
            "icons": [
                {
                    "src": "/static/images/freemovies-logo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Live TV",
            "short_name": "Live TV",
            "url": "/live-tv/",
            "description": "Open the live TV guide.",
            "icons": [
                {
                    "src": "/static/images/freemovies-logo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Loop Play",
            "short_name": "Loop Play",
            "url": "/loop-play/",
            "description": "Resume your loop queue.",
            "icons": [
                {
                    "src": "/static/images/freemovies-logo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Offline",
            "short_name": "Offline",
            "url": "/offline/",
            "description": "Open the offline fallback screen.",
            "icons": [
                {
                    "src": "/static/images/freemovies-logo.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "icons": [
        {
            "src": "/static/images/freemovies-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/freemovies-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
