{
    "name": "E2T Business Radio",
    "short_name": "E2T Radio",
    "description": "E2T Business Radio – Digital Media House. Listen live, discover shows, podcasts, events and more.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a0a1a",
    "theme_color": "#e11d48",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["music", "news", "entertainment"],
    "icons": [
        {
            "src": "/img/icons/icon-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/img/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/img/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "E2T Business Radio – Desktop"
        },
        {
            "src": "/img/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "E2T Business Radio – Mobile"
        }
    ],
    "shortcuts": [
        {
            "name": "Listen Live",
            "short_name": "Live",
            "description": "Tune in to E2T Business Radio live stream",
            "url": "/live",
            "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Podcasts",
            "short_name": "Podcasts",
            "description": "Browse all podcasts",
            "url": "/podcasts",
            "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
        },
        {
            "name": "Events",
            "short_name": "Events",
            "description": "Upcoming events",
            "url": "/events",
            "icons": [{ "src": "/img/icons/icon-96x96.png", "sizes": "96x96" }]
        }
    ]
}
