{
    "id": "/",
    "name": "WAL Studio",
    "short_name": "WAL",
    "description": "Premium live events, streams & replays.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "background_color": "#0a0a0a",
    "theme_color": "#0a0a0a",
    "categories": ["entertainment", "events", "lifestyle"],
    "prefer_related_applications": false,
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "screenshots": [
        {
            "src": "/images/wal-studio-preview.jpg",
            "sizes": "1200x630",
            "type": "image/jpeg",
            "form_factor": "wide",
            "label": "Browse and watch premium live events on WAL Studio"
        }
    ],
    "shortcuts": [
        {
            "name": "Browse Live Events",
            "short_name": "Events",
            "description": "See what's live and upcoming",
            "url": "/events?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "My Dashboard",
            "short_name": "Dashboard",
            "description": "Your tickets, reminders and account",
            "url": "/dashboard?source=pwa",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
