Skip to main content
Glama
manifest.json1.82 kB
{ "manifest_version": 3, "name": "Browser Manager MCP Bridge", "version": "2.0.0", "description": "Professional bridge connecting Browser Manager MCP server to browser tabs with enhanced reliability and features", "permissions": [ "debugger", "activeTab", "tabs", "storage", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "lib/background.mjs", "type": "module" }, "action": { "default_title": "Browser Manager MCP Bridge", "default_popup": "popup.html", "default_icon": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }, "icons": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' ws://localhost:* ws://127.0.0.1:*;" }, "web_accessible_resources": [ { "resources": ["popup.html", "status.html"], "matches": ["<all_urls>"] } ], "commands": { "toggle-connection": { "suggested_key": { "default": "Ctrl+Shift+M", "mac": "Command+Shift+M" }, "description": "Toggle MCP Connection" }, "open-status": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Open Status Page" } }, "author": "Browser Manager MCP Team", "homepage_url": "https://github.com/Browser-Manager-MCP", "minimum_chrome_version": "110", "externally_connectable": { "matches": ["http://localhost:*/*", "https://localhost:*/*", "http://127.0.0.1:*/*", "https://127.0.0.1:*/*"] } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeamonDev888/Browser-Manager-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server