Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "chrome-devtools-plugins",
"name": "brave-devtools-plugins",
"version": "1.0.0",
"description": "Bundled plugins for actuating and debugging the Chrome browser.",
"description": "Bundled plugins for actuating and debugging the Brave browser.",
"owner": {
"name": "Chrome DevTools Team",
"email": "devtools-dev@chromium.org"
"name": "381sm016",
"email": ""
},
"plugins": [
{
"name": "chrome-devtools-mcp",
"name": "brave-devtools-mcp",
"source": "./",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer"
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer"
}
]
}
8 changes: 4 additions & 4 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "chrome-devtools-mcp",
"name": "brave-devtools-mcp",
"version": "latest",
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
"description": "Reliable automation, in-depth debugging, and performance analysis in Brave using DevTools and Puppeteer",
"mcpServers": {
"chrome-devtools": {
"brave-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest"]
"args": ["brave-devtools-mcp@latest"]
}
}
}
Loading
Loading