add support for tab groups. green

This commit is contained in:
Tommy D. Rossi
2025-12-19 18:34:39 +01:00
parent 0940402fed
commit 04b757a7c8
2 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Playwriter MCP",
"version": "0.0.52",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": ["debugger"],
"permissions": ["debugger", "tabGroups"],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "lib/background.mjs",