{
    "id": "/",
    "name": "Vuci",
    "short_name": "Vuci",
    "description": "Discover and search podcasts by what's actually said.",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "theme_color": "#adffbe",
    "background_color": "#fffef9",
    "icons": [
        {
            "src": "/static/images/logo/favicons/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/logo/favicons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/images/logo/favicons/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/static/images/pwa/pwa-screenshot-narrow.png",
            "sizes": "540x960",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Your townsquare feed — the bits worth pausing on, ranked for the way you listen."
        },
        {
            "src": "/static/images/pwa/pwa-screenshot-wide.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Discover what podcasts are talking about, pulled from every feed."
        }
    ]
}
