{
    "name": "TopSavant - Football Predictions & Analytics",
    "short_name": "TopSavant",
    "description": "AI-Powered Football Predictions and Sports Analytics",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0891b2",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["sports", "entertainment", "utilities"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Predictions",
            "short_name": "Predictions",
            "description": "View Football Predictions",
            "url": "/predictions",
            "icons": [
                {
                    "src": "/images/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Live Games",
            "short_name": "Live",
            "description": "View Live Games",
            "url": "/live-games",
            "icons": [
                {
                    "src": "/images/android-chrome-192x192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
