{
    "name": "PoBinder",
    "short_name": "PoBinder",
    "description": "Track your Pokémon TCG collection binder by binder — check off cards as you pull them.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#dc2626",
    "categories": ["utilities", "lifestyle"],
    "shortcuts": [
        {
            "name": "Scan a card",
            "short_name": "Scan",
            "url": "/scan",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Explore sets",
            "short_name": "Sets",
            "url": "/sets",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "My binders",
            "short_name": "Binders",
            "url": "/binders",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
