{
    "name": "Anfield Express — The Home of Liverpool Fans",
    "short_name": "Anfield Express",
    "description": "24/7 real-time chat, live match data, and the home of Liverpool supporters around the world. Built by Reds. For Reds. YNWA.",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0a0a0a",
    "theme_color": "#C8102E",
    "categories": ["sports", "social", "news"],
    "icons": [
        {
            "src": "/posters/branded/_logo_transparent.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/posters/branded/_logo_transparent.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Kop Room chat",
            "short_name": "Chat",
            "description": "Jump straight into the live Reds chat",
            "url": "/chat?utm_source=pwa_shortcut",
            "icons": [{ "src": "/posters/branded/_logo_transparent.png", "sizes": "192x192" }]
        },
        {
            "name": "Live Match Center",
            "short_name": "Matches",
            "description": "Latest fixtures, results, table",
            "url": "/table?utm_source=pwa_shortcut",
            "icons": [{ "src": "/posters/branded/_logo_transparent.png", "sizes": "192x192" }]
        }
    ]
}
