{
    "name": "Boardgammon",
    "short_name": "Boardgammon",
    "id": "/play/",
    "start_url": "/play/",
    "scope": "/play/",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "background_color": "#EEDFC4",
    "theme_color": "#2E1C16",
    "description": "A mobile-first backgammon table with fair dice, replay history, tournaments, and cultural board themes.",
    "lang": "en",
    "categories": [
        "games",
        "education",
        "entertainment"
    ],
    "orientation": "any",
    "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-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}