{
    "name": "Movie Tracker",
    "short_name": "Movies",
    "description": "Track upcoming, watched, and watchlisted movies from your mobile browser.",
    "id": "/movies/upcoming",
    "start_url": "/movies/upcoming",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#18181b",
    "theme_color": "#18181b",
    "categories": ["entertainment", "lifestyle"],
    "icons": [
        {
            "src": "/icons/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
