{
    "name": "Scrumbase",
    "short_name": "Scrumbase",
    "description": "Kenya's #1 rugby platform. Live scores, Kenya Cup standings, player stats, match fixtures, and breaking rugby news.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#16a34a",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-KE",
    "categories": [
        "sports",
        "news",
        "entertainment"
    ],
    "icons": [
        {
            "src": "/kenyarugby-logo.jpg",
            "sizes": "192x192",
            "type": "image/jpeg",
            "purpose": "any"
        },
        {
            "src": "/kenyarugby-logo.jpg",
            "sizes": "512x512",
            "type": "image/jpeg",
            "purpose": "any"
        },
        {
            "src": "/apple-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-dark-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/kenya-rugby-1.jpg",
            "sizes": "1280x720",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Kenya Rugby Live Scores"
        },
        {
            "src": "/kenya-rugby-2.jpg",
            "sizes": "720x1280",
            "type": "image/jpeg",
            "form_factor": "narrow",
            "label": "Scrumbase Mobile Experience"
        }
    ],
    "shortcuts": [
        {
            "name": "Live Matches",
            "short_name": "Matches",
            "description": "View live match scores",
            "url": "/matches",
            "icons": [
                {
                    "src": "/kenyarugby-logo.jpg",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Standings",
            "short_name": "Standings",
            "description": "Kenya Cup league table",
            "url": "/standings",
            "icons": [
                {
                    "src": "/kenyarugby-logo.jpg",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Rugby News",
            "short_name": "News",
            "description": "Latest Kenya rugby news",
            "url": "/news",
            "icons": [
                {
                    "src": "/kenyarugby-logo.jpg",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "handle_links": "preferred",
    "launch_handler": {
        "client_mode": [
            "navigate-existing",
            "auto"
        ]
    }
}