feat: add multi-browser support
- Extension connections are now tracked per-connection with isolated state - Each connection has its own connectedTargets, pendingRequests, messageId - Sessions are bound to specific extensionId via SessionMetadata - New /extensions/status endpoint for listing all connected browsers - CLI session new shows browser selection when multiple connected - Browser detection via navigator.userAgentData (Ghost, Brave, Edge, etc) - Added identity permission for Chrome profile email detection
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"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"],
|
||||
"permissions": ["debugger", "tabGroups", "contextMenus", "tabs", "tabCapture", "offscreen", "identity", "identity.email"],
|
||||
"host_permissions": ["<all_urls>"],
|
||||
"background": {
|
||||
"service_worker": "background.js",
|
||||
|
||||
Reference in New Issue
Block a user