{
    "name": "Cricket Auction",
    "short_name": "Auction",
    "description": "Professional cricket player auction platform with real-time bidding.",
    "start_url": "/index.php",
    "display": "standalone",
    "background_color": "#020617",
    "theme_color": "#10b981",
    "orientation": "any",
    "icons": [
        {
            "src": "favicon-48x48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "favicon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Live Auction",
            "url": "/login.php",
            "icons": [{ "src": "favicon-192x192.png", "sizes": "192x192" }]
        }
    ]
}
