{
    "name": "YourCricket",
    "short_name": "YourCricket",
    "description": "Cricket scoring, tournaments and player management",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "background_color": "#030712",
    "theme_color": "#16a34a",
    "orientation": "portrait-primary",
    "id": "/cricket",
    "categories": ["sports"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/cricket",
            "description": "Go to cricket dashboard"
        },
        {
            "name": "Matches",
            "url": "/cricket/matches",
            "description": "View all matches"
        }
    ]
}
