From 4251562ff76107d4046292efc28568329982a32f Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Thu, 29 Jan 2026 20:23:52 +0100 Subject: [PATCH] no MCP in name --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 7cb7923..f44e97a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "name": "Playwriter MCP", + "name": "Playwriter", "version": "0.0.69", "description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.", "permissions": ["debugger", "tabGroups", "contextMenus", "tabs", "tabCapture", "offscreen"],