{
    "name": "Kano Pillars FC — Ticketing & Fan Platform",
    "short_name": "Kano Pillars",
    "description": "Official Kano Pillars FC online ticketing and fan platform. Book tickets, follow matches, and support the Sai Masu Gida.",
    "start_url": "./index.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#006633",
    "theme_color": "#006633",
    "lang": "en",
    "dir": "ltr",
    "categories": ["sports", "entertainment", "shopping"],
    "icons": [
        {
            "src": "assets/icons/icon-72.svg",
            "sizes": "72x72",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "maskable"
        },
        {
            "src": "assets/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/icons/icon-512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Book Tickets",
            "short_name": "Tickets",
            "url": "./index.php#tickets",
            "description": "Book match tickets"
        },
        {
            "name": "Upcoming Matches",
            "short_name": "Matches",
            "url": "./index.php#matches",
            "description": "View upcoming fixtures"
        },
        {
            "name": "Login",
            "short_name": "Login",
            "url": "./auth/login.php",
            "description": "Login to your account"
        }
    ]
}
