{
    "name": "CinePro",
    "short_name": "CinePro",
    "description": "CinePro is a modern, open-source web app for browsing and streaming movies and TV shows directly in your browser without ads and tracking. Ever! Powered by CinePro Core.",
    "author": "CinePro Foundation",
    "lang": "en-US",
    "dir": "auto",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "theme_color": "#a230fe",
    "background_color": "#141414",
    "categories": ["entertainment", "video", "streaming"],
    "thumbnail": "icon.png",
    "icons": [
        {
            "src": "icon.png",
            "sizes": "247x274",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon.png",
            "sizes": "247x274",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "description": "Welcome to CinePro!",
            "url": "/",
            "icons": [{ "src": "favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Browse Movies",
            "short_name": "Movies",
            "description": "Browse the latest movies",
            "url": "/movies",
            "icons": [{ "src": "icon.png", "sizes": "247x274", "type": "image/png" }]
        },
        {
            "name": "Browse TV Shows",
            "short_name": "TV Shows",
            "description": "Browse TV series and episodes",
            "url": "/shows",
            "icons": [{ "src": "icon.png", "sizes": "247x274", "type": "image/png" }]
        },
        {
            "name": "Settings",
            "short_name": "Settings",
            "description": "Configure CinePro/ui to your liking.",
            "url": "/settings",
            "icons": [{ "src": "icon.png", "sizes": "247x274", "type": "image/png" }]
        }
    ],
    "prefer_related_applications": false,
    "handle_links": "preferred"
}
