add right context menu for pinning

This commit is contained in:
Tommy D. Rossi
2025-12-28 23:36:20 +01:00
parent 5c5608cbb7
commit ba84eb5ac1
4 changed files with 117 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"name": "Playwriter MCP",
"version": "0.0.55",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": ["debugger", "tabGroups"],
"permissions": ["debugger", "tabGroups", "contextMenus"],
"host_permissions": ["<all_urls>"],
"background": {
"service_worker": "lib/background.mjs",