chromedevtools--chrome-devtools-mcp
1a4eaba95b
This PR adds the extension service workers to the output of listPages. This is available only behind "--category-extensions" flag
12 行
190 B
JSON
12 行
190 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Test Extension with SW",
|
|
"version": "1.0",
|
|
"background": {
|
|
"service_worker": "sw.js"
|
|
},
|
|
"action": {
|
|
"default_popup": "popup.html"
|
|
}
|
|
}
|