{
    "name": "Gentle Guru — Animation Streaming",
    "short_name": "Gentle Guru",
    "description": "Watch your favorite animated series anytime, anywhere. Lifetime access to premium animation content.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#0f0f11",
    "background_color": "#0f0f11",
    "lang": "en",
    "categories": ["entertainment", "education"],
    "icons": [
        {
            "src": "/assets/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/icons/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/icons/screenshot-series.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Browse animated series"
        },
        {
            "src": "/assets/icons/screenshot-player.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Video player with keyboard shortcuts"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Series",
            "short_name": "Browse",
            "description": "Explore all animated series",
            "url": "/series",
            "icons": [
                {
                    "src": "/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Library",
            "short_name": "Library",
            "description": "Continue watching your series",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/assets/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
