mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-16 22:33:10 +00:00
34 lines
723 B
JSON
34 lines
723 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "Playwright MCP Bridge",
|
|
"version": "0.0.68",
|
|
"description": "Share browser tabs with Playwright MCP server",
|
|
"permissions": [
|
|
"debugger",
|
|
"activeTab",
|
|
"tabs"
|
|
],
|
|
"host_permissions": [
|
|
"<all_urls>"
|
|
],
|
|
"background": {
|
|
"service_worker": "lib/background.mjs",
|
|
"type": "module"
|
|
},
|
|
"action": {
|
|
"default_title": "Playwright MCP Bridge",
|
|
"default_icon": {
|
|
"16": "icons/icon-16.png",
|
|
"32": "icons/icon-32.png",
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"16": "icons/icon-16.png",
|
|
"32": "icons/icon-32.png",
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128.png"
|
|
}
|
|
}
|