{
    "name": "CozyMovie",
    "short_name": "CozyMovie",
    "id": "cozymovie",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#1F2937",
    "theme_color": "#4F46E5",
    "description": "Explore, filter, and discover movies with ease. Find exactly what you're looking for among thousands of titles — and add them to your watchlist instantly.",
    "icons": [
        {
            "src": "assets/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "lang": "en-US",
    "categories": ["entertainment", "video"],
    "screenshots": [
        {
            "src": "assets/screenshots/screen1.png",
            "sizes": "640x480",
            "type": "image/png"
        },
        {
            "src": "assets/screenshots/screen2.png",
            "sizes": "640x480",
            "type": "image/png"
        }
    ],
    "prefer_related_applications": false,
    "related_applications": [],
    "iarc_rating_id": "e.g., your_rating_id_here",
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "dir": "ltr",
    "scope_extensions": []
}
