From a88c998d1de502668aa7ca68cd126e64353c22be Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 16 Nov 2025 12:47:02 +0100 Subject: [PATCH] update manifest --- .gitignore | 3 ++- extension/manifest.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 412588b..daf9cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ esm .DS_Store *.tsbuildinfo .ultra.cache.json -coverage \ No newline at end of file +coverage +*.zip diff --git a/extension/manifest.json b/extension/manifest.json index 058e3a0..f2bd70d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Playwriter MCP", "version": "0.0.48", - "description": "Control Chrome via MCP using CDP events. Connect Playwright without spawning new Chrome instances.", + "description": "Playwright MCP. 90% less context window. 10x more capable (full playwright API)", "permissions": [ "debugger", "activeTab",