{
    "name": "Faider DJ",
    "short_name": "Faider",
    "description": "AI-powered DJ concierge for your Spotify sessions.",
    "id": "/",
    "scope": "/",
    "start_url": "/?source=pwa",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#000000",
    "theme_color": "#000000",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}