From 42232585721d6421af066130420002784fffde36 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 16 Oct 2025 09:29:28 +0200 Subject: [PATCH 1/3] feat: add claude marketplace and plugin json --- .claude-plugin/marketplace.json | 17 +++++++++++++++++ .claude-plugin/plugin.json | 11 +++++++++++ 2 files changed, 28 insertions(+) create mode 100644 .claude-plugin/marketplace.json create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 00000000..ae64d0f7 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,17 @@ +{ + "name": "chrome-devtools", + "owner": { + "name": "Chrome DevTools Team", + "email": "devtools-dev@chromium.org" + }, + "plugins": [ + { + "name": "chrome-devtools-mcp", + "source": { + "source": "github", + "repo": "ChromeDevTools/chrome-devtools-mcp" + }, + "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer" + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 00000000..1033f417 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "chrome-devtools-mcp", + "version": "latest", + "description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer", + "mcpServers": { + "chrome-devtools": { + "command": "npx", + "args": ["chrome-devtools-mcp@latest"] + } + } +} From b5e6bd05165daa529a59d1b3c1bda38b417b7cfa Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 16 Oct 2025 12:21:45 +0200 Subject: [PATCH 2/3] Apply suggestion from @OrKoN --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ae64d0f7..08b3b15c 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "chrome-devtools", + "name": "chrome-devtools-plugins", "owner": { "name": "Chrome DevTools Team", "email": "devtools-dev@chromium.org" From 3a927f7cb372ef724d1e1b2ded083a75b737bd54 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Thu, 16 Oct 2025 12:30:26 +0200 Subject: [PATCH 3/3] Apply suggestion from @OrKoN --- .claude-plugin/marketplace.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 08b3b15c..e55eceda 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,7 @@ { "name": "chrome-devtools-plugins", + "version": "1.0.0", + "description": "Bundled plugins for actuating and debugging the Chrome browser.", "owner": { "name": "Chrome DevTools Team", "email": "devtools-dev@chromium.org"