{
    "name": "Gundambay - Gundam TCG Deck Builder",
    "short_name": "Gundambay",
    "description": "Build, share, and analyze Gundam TCG decks. Explore cards, manage your collection, and discover the best strategies.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1a1a1a",
    "theme_color": "#1a1a1a",
    "orientation": "portrait-primary",
    "scope": "/",
    "icons": [
        {
            "src": "/static/images/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/static/images/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New Deck",
            "short_name": "New Deck",
            "description": "Create a new deck",
            "url": "/decks/new",
            "icons": [{ "src": "/static/images/logo-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Scan Card",
            "short_name": "Scan",
            "description": "Scan a card with your camera",
            "url": "/scan",
            "icons": [{ "src": "/static/images/logo-192.png", "sizes": "192x192" }]
        }
    ],
    "screenshots": [
        {
            "src": "/static/images/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Deck builder on mobile"
        }
    ],
    "categories": ["games", "entertainment", "utilities"],
    "lang": "en",
    "dir": "ltr"
}
