{
    "name": "CricX Live - Cricket Scorer",
    "short_name": "CricX Live",
    "description": "Live cricket scoring, ball-by-ball updates and tournament management",
    "start_url": "/app/",
    "scope": "/app/",
    "display": "standalone",
    "background_color": "#030810",
    "theme_color": "#00C853",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "lang": "en",
    "categories": ["sports", "entertainment"],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "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"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Live Scores",
            "short_name": "Scores",
            "description": "View live cricket scores",
            "url": "/app/",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ]
}
