{
    "name": "Forth Umpire — Live Cricket Scoring",
    "short_name": "Forth Umpire",
    "description": "Score cricket matches live with Forth Umpire — ball-by-ball scoring, shareable scorecards and live tournament dashboards.",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "id": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "background_color": "#0f2e1a",
    "theme_color": "#0f2e1a",
    "lang": "en",
    "dir": "ltr",
    "categories": ["sports", "productivity", "lifestyle"],
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Find a Match Day",
            "short_name": "Find Match",
            "description": "Look up a live match day by its 12-character code.",
            "url": "/?utm_source=pwa&utm_medium=shortcut",
            "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "My Days",
            "short_name": "My Days",
            "description": "Open your scorer dashboard.",
            "url": "/tournaments?utm_source=pwa&utm_medium=shortcut",
            "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
        },
        {
            "name": "Quick Match",
            "short_name": "Quick Match",
            "description": "Start a new quick match.",
            "url": "/quick-match?utm_source=pwa&utm_medium=shortcut",
            "icons": [{ "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
        }
    ]
}
