{
    "name": "Privara CRM",
    "short_name": "Privara",
    "description": "A Progressive Web Application setup for Privara CRM.",
    "display": "standalone",
    "scope": "/",
    "theme_color": "#4f46e5",
    "background_color": "#ffffff",
    "id": "privara-crm-v2",
    "launch_handler": {
        "client_mode": "focus-existing"
    },
    "protocol_handlers": [
        {
            "protocol": "web+privara",
            "url": "/call-init?type=protocol&url=%s"
        }
    ],
    "start_url": "/",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}