{
    "name": "Smart Football",
    "short_name": "SmartFB",
    "description": "A smart football league management application.",
    "start_url": "/smart_football/app/index.php",
    "display": "standalone",
    "display_override": [
        "standalone",
        "window-controls-overlay"
    ],
    "background_color": "#f8f9fa",
    "theme_color": "#2c3e50",
    "orientation": "portrait-primary",
    "categories": [
        "sports",
        "productivity"
    ],
    "shortcuts": [
        {
            "name": "Home",
            "short_name": "Home",
            "description": "Latest news and updates",
            "url": "/smart_football/app/index.php",
            "icons": [
                {
                    "src": "/smart_football/app/assets/images/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Fantasy",
            "short_name": "Fantasy",
            "description": "Manage your fantasy team",
            "url": "/smart_football/app/fantasy.php",
            "icons": [
                {
                    "src": "/smart_football/app/assets/images/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Matches",
            "short_name": "Matches",
            "description": "Live scores and fixtures",
            "url": "/smart_football/app/matches.php",
            "icons": [
                {
                    "src": "/smart_football/app/assets/images/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Bets",
            "short_name": "Bets",
            "description": "Predictions and betting",
            "url": "/smart_football/app/betting.php",
            "icons": [{ "src": "/smart_football/app/assets/images/icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ],
    "icons": [
        {
            "src": "/smart_football/app/assets/images/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/smart_football/app/assets/images/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/smart_football/app/assets/images/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/smart_football/app/assets/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/smart_football/app/assets/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}