{
    "theme_color": "#08509E",
    "background_color": "#08509E",
    "orientation": "any",
    "display": "fullscreen",
    "dir": "auto",
    "lang": "de-DE",
    "name": "Wellnessland APP",
    "short_name": "Wapp",
    "start_url": "https://client.wapp.wellnessland.net",
    "scope": "/",
    "id": "wapp",
    "icons": [
        {
            "src": "assets/pwa/app-icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "assets/pwa/app-icon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ]
}