{
    "id": "/",
    "name": "O5O - Nieuws uit Groningen",
    "short_name": "O5O",
    "description": "Het laatste nieuws uit Groningen verzameld van Sikkom, 112Groningen, RTV Noord en OOG TV. Bekijk ook de evenementenagenda en real-time weer.",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "display": "standalone",
    "display_override": [
        "window-controls-overlay",
        "standalone",
        "minimal-ui"
    ],
    "orientation": "any",
    "categories": ["news", "lifestyle", "entertainment"],
    "lang": "nl-NL",
    "dir": "ltr",
    "shortcuts": [
        {
            "name": "Nieuws",
            "short_name": "Nieuws",
            "description": "Bekijk het laatste nieuws uit Groningen van alle bronnen",
            "url": "/?utm_source=pwa_shortcut_news",
            "icons": [{
                "src": "/android-chrome-192x192.png",
                "sizes": "192x192",
                "type": "image/png"
            }]
        },
        {
            "name": "Evenementen",
            "short_name": "Events",
            "description": "Ontdek de uitagenda van Groningen met alle evenementen en activiteiten",
            "url": "/evenementen?utm_source=pwa_shortcut_events",
            "icons": [{
                "src": "/android-chrome-192x192.png",
                "sizes": "192x192",
                "type": "image/png"
            }]
        },
        {
            "name": "Weer",
            "short_name": "Weer",
            "description": "Bekijk de actuele weersituatie en regenradar voor Groningen",
            "url": "/?utm_source=pwa_shortcut_weather#weatherMap",
            "icons": [{
                "src": "/android-chrome-192x192.png",
                "sizes": "192x192",
                "type": "image/png"
            }]
        },
        {
            "name": "API",
            "short_name": "API",
            "description": "Gratis nieuws-API voor ontwikkelaars met JSON endpoints",
            "url": "/api-docs.html?utm_source=pwa_shortcut_api",
            "icons": [{
                "src": "/android-chrome-192x192.png",
                "sizes": "192x192",
                "type": "image/png"
            }]
        }
    ],
    "prefer_related_applications": false,
    "edge_side_panel": {
        "preferred_width": 400
    }
}
