{
    "name": "BrickBit",
    "short_name": "BrickBit",
    "description": "Build worlds, customize your avatar, create games, and play with friends.",
    "id": "/",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#17181c",
    "theme_color": "#5B6CFF",
    "icons": [
        {
            "src": "/images/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/pwa/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Games",
            "url": "/games/",
            "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Avatar",
            "url": "/customize/",
            "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Shop",
            "url": "/shop/",
            "icons": [{ "src": "/images/pwa/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
