From 2b862c436ecf843e2bce45a7e8c57d96a9c8e14f Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Tue, 30 Dec 2025 13:28:29 +0100 Subject: [PATCH] add tabs permission to extension manifest --- extension/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",