Skip to content

Commit 36008b6

Browse files
committed
Adapt fork for Brave browser
- Resolve Brave executable and user data dir paths per platform - Update channel options (stable/beta/dev/nightly) - Add brave:// URL scheme support alongside chrome:// - Remove Google telemetry (Clearcut logger, watchdog, persistence) - Rename CLI args (chromeArg -> braveArg, etc) - Update all config/metadata files for Brave - Skip Chromium download in puppeteer config (use system Brave) - Update README, skills, and tests
1 parent 579d18a commit 36008b6

33 files changed

Lines changed: 326 additions & 2647 deletions

.claude-plugin/marketplace.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "chrome-devtools-plugins",
2+
"name": "brave-devtools-plugins",
33
"version": "1.0.0",
4-
"description": "Bundled plugins for actuating and debugging the Chrome browser.",
4+
"description": "Bundled plugins for actuating and debugging the Brave browser.",
55
"owner": {
6-
"name": "Chrome DevTools Team",
7-
"email": "devtools-dev@chromium.org"
6+
"name": "381sm016",
7+
"email": ""
88
},
99
"plugins": [
1010
{
11-
"name": "chrome-devtools-mcp",
11+
"name": "brave-devtools-mcp",
1212
"source": "./",
13-
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer"
13+
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer"
1414
}
1515
]
1616
}

.claude-plugin/plugin.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "chrome-devtools-mcp",
2+
"name": "brave-devtools-mcp",
33
"version": "latest",
4-
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
4+
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer",
55
"mcpServers": {
6-
"chrome-devtools": {
6+
"brave-devtools": {
77
"command": "npx",
8-
"args": ["chrome-devtools-mcp@latest"]
8+
"args": ["brave-devtools-mcp@latest"]
99
}
1010
}
1111
}

0 commit comments

Comments
 (0)