{
    "name": "BoomBang - Virtual World",
    "short_name": "BoomBang",
    "description": "Immersive 3D virtual world with avatars, pets, and social features",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f1623",
    "theme_color": "#8b5cf6",
    "orientation": "portrait",
    "scope": "/",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "games",
        "social",
        "entertainment"
    ],
    "screenshots": [
        {
            "src": "/screenshot1.png",
            "sizes": "1170x2532",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Main Plaza",
            "short_name": "Plaza",
            "description": "Join the main plaza",
            "url": "/?room=main",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}