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",