{
    "name": "YuvaHive - Clan Wars",
    "short_name": "YuvaHive",
    "description": "Competitive coding platform with real-time clan battles",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#00f0ff",
    "orientation": "any",
    "icons": [
        {
            "src": "/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/battle-arena.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshots/clan-dashboard.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "categories": [
        "education",
        "games",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Live Battles",
            "short_name": "Battles",
            "description": "View ongoing battles",
            "url": "/battles/live",
            "icons": [
                {
                    "src": "/icons/battle.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "My Clan",
            "short_name": "Clan",
            "description": "Manage your clan",
            "url": "/clan",
            "icons": [
                {
                    "src": "/icons/clan.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}