{
    "browser": {
        "enabled": true,
        "remoteCdpTimeoutMs": 1500,
        "remoteCdpHandshakeTimeoutMs": 3000,
        "defaultProfile": "openclaw",
        "color": "#FF4500",
        "headless": false,
        "noSandbox": true,
        "attachOnly": false,
        "executablePath": "/usr/bin/google-chrome-stable",
        "profiles": {
            "openclaw": {
                "cdpPort": 18800,
                "color": "#FF4500"
            },
            "user": {
                "driver": "existing-session",
                "attachOnly": true,
                "color": "#00AA00"
            }
        }
    }
}