Files
BrowserOS/config.sample.json
Nikhil a04c830b34 fix: move from toml to json config (#87)
* feat: move from TOML to JSON as hard to add TOML support in chromium

* fix: rename TOML to JSON in few places
2025-12-10 16:47:51 -08:00

22 lines
353 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": "",
"install_id": "",
"browseros_version": "",
"chromium_version": ""
}
}