mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
22 lines
384 B
JSON
22 lines
384 B
JSON
{
|
|
"ports": {
|
|
"cdp": 9000,
|
|
"http_mcp": 9100,
|
|
"agent": 9200,
|
|
"extension": 9300
|
|
},
|
|
"directories": {
|
|
"resources": "./resources",
|
|
"execution": "./out"
|
|
},
|
|
"flags": {
|
|
"allow_remote_in_mcp": false
|
|
},
|
|
"instance": {
|
|
"client_id": "test-install-123",
|
|
"install_id": "test-client-456",
|
|
"browseros_version": "",
|
|
"chromium_version": ""
|
|
}
|
|
}
|