{
    "id": "/",
    "name": "All You Can Watch",
    "short_name": "AYCW",
    "description": "Movies, series, anime and live channels in one cinema-style app.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "fullscreen", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#05070d",
    "theme_color": "#05070d",
    "categories": ["entertainment", "video", "movies"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Movies",
            "short_name": "Movies",
            "url": "/movies/movies.html",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Series",
            "short_name": "Series",
            "url": "/series/series.html",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Live TV",
            "short_name": "Live TV",
            "url": "/channels/channels.html",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
