add tabs only in testing
This commit is contained in:
@@ -3,13 +3,8 @@
|
||||
"name": "Playwriter MCP",
|
||||
"version": "0.0.48",
|
||||
"description": "Playwright MCP. 90% less context window. 10x more capable (full playwright API)",
|
||||
"permissions": [
|
||||
"debugger",
|
||||
"tabs"
|
||||
],
|
||||
"host_permissions": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"permissions": ["debugger"],
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"background": {
|
||||
"service_worker": "lib/background.mjs",
|
||||
"type": "module"
|
||||
|
||||
Reference in New Issue
Block a user