{
    "name": "Moviefy - Media Tracker",
    "short_name": "Moviefy",
    "description": "Track your movies, TV shows, anime, manga, games and books with Moviefy by Mewayz",
    "start_url": "/",
    "id": "/",
    "display": "standalone",
    "display_override": ["standalone"],
    "theme_color": "#181a1b",
    "background_color": "#212529",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/static/favicon/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/favicon/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "categories": ["entertainment", "productivity"],
    "lang": "en",
    "shortcuts": [
        {"name": "Home", "short_name": "Home", "url": "/"},
        {"name": "Discover", "short_name": "Discover", "url": "/discover"},
        {"name": "Movies", "short_name": "Movies", "url": "/medialist/movie"},
        {"name": "TV Shows", "short_name": "TV", "url": "/medialist/tv"},
        {"name": "AI Chat", "short_name": "AI", "url": "/ai-chat"},
        {"name": "Statistics", "short_name": "Stats", "url": "/statistics"},
        {"name": "Lists", "short_name": "Lists", "url": "/lists"}
    ]
}
