{
    "name": "Demus – Your Music, Your Way",
    "short_name": "Demus",
    "description": "Import Spotify playlists and stream music for free",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0b0b0f",
    "theme_color": "#7c5cff",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "categories": ["music", "entertainment"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Import Playlist",
            "url": "/?import=true",
            "description": "Import a Spotify playlist"
        }
    ]
}
