{
    "name": "Score Predictor",
    "short_name": "Predictor",
    "description": "Predict match scores, climb the leaderboard, and compete with your league.",
    "start_url": "/predict",
    "scope": "/predict",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#7e0007",
    "background_color": "#991B1B",
    "icons": [
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
