diff --git a/extension/manifest.json b/extension/manifest.json index 877f355..9e799cf 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,9 +1,9 @@ { "manifest_version": 3, "name": "Playwriter MCP", - "version": "0.0.56", + "version": "0.0.57", "description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.", - "permissions": ["debugger", "tabGroups", "contextMenus"], + "permissions": ["debugger", "tabGroups", "contextMenus", "tabs"], "host_permissions": [""], "background": { "service_worker": "lib/background.mjs",