Skip to content

Commit a3360d7

Browse files
committed
Bump version to 1.0.1
1 parent ac68c47 commit a3360d7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

manifest.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"name": "chrome-devtools-protocol",
44
"display_name": "Chrome DevTools MCP",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"description": "Chrome DevTools Protocol integration for web application debugging",
77
"long_description": "This extension provides Chrome DevTools Protocol integration through a Python MCP server. It allows Claude to connect to Chrome browsers for debugging web applications, monitoring network requests, inspecting console logs, analyzing performance metrics, and manipulating DOM elements.",
88
"author": {
@@ -70,7 +70,15 @@
7070
"description": "Get detailed performance metrics"
7171
}
7272
],
73-
"keywords": ["chrome", "devtools", "debugging", "browser", "network", "console", "performance"],
73+
"keywords": [
74+
"chrome",
75+
"devtools",
76+
"debugging",
77+
"browser",
78+
"network",
79+
"console",
80+
"performance"
81+
],
7482
"license": "MIT",
7583
"user_config": {
7684
"chrome_debug_port": {
@@ -88,12 +96,10 @@
8896
"required": false
8997
}
9098
},
91-
"keywords": ["chrome", "devtools", "debugging", "browser", "network", "console", "performance"],
92-
"license": "MIT",
9399
"compatibility": {
94100
"platforms": [
95101
"darwin",
96-
"win32",
102+
"win32",
97103
"linux"
98104
],
99105
"runtimes": {

0 commit comments

Comments
 (0)