{
    "name": "VibrantOdds - Premium Football Predictions",
    "short_name": "VibrantOdds",
    "description": "Premium football predictions with expert analysis and winning strategies",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#10b981",
    "orientation": "portrait",
    "icons": [
        {
            "src": "assets/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-maskable.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "categories": ["sports", "news"],
    "shortcuts": [
        {
            "name": "Predictions",
            "short_name": "Predictions",
            "description": "View today's football predictions",
            "url": "predictions.php",
            "icons": [
                {
                    "src": "assets/icons/icon.svg",
                    "sizes": "any"
                }
            ]
        },
        {
            "name": "Matches",
            "short_name": "Matches",
            "description": "View upcoming matches",
            "url": "matches.php",
            "icons": [
                {
                    "src": "assets/icons/icon.svg",
                    "sizes": "any"
                }
            ]
        }
    ]
}
