{
    "name": "Fellow Collectors",
    "short_name": "Collectors",
    "description": "Your bands, your collection and your music history.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "orientation": "any",
    "background_color": "#171713",
    "theme_color": "#171713",
    "lang": "en",
    "categories": ["music", "entertainment", "social"],
    "icons": [
        {
            "src": "/pwa-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/pwa-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My collection",
            "short_name": "Collection",
            "url": "/dashboard"
        }
    ]
}
