Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "MCP SuperAssistant", "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "109.0" } }, "version": "0.2", "description": "MCP SuperAssistant", "host_permissions": [ "*:\/\/*.perplexity.ai\/*", "*:\/\/*.chat.openai.com\/*", "*:\/\/*.chatgpt.com\/*", "*:\/\/*.grok.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.gemini.google.com\/*", "*:\/\/*.aistudio.google.com\/*", "*:\/\/*.openrouter.ai\/*", "*:\/\/*.google-analytics.com\/*", "*:\/\/*.chat.deepseek.com\/*", "*:\/\/*.kagi.com\/*", "*:\/\/*.t3.chat\/*" ], "permissions": [ "storage", "clipboardWrite" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.perplexity.ai\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.chat.openai.com\/*", "*:\/\/*.chatgpt.com\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.grok.com\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.x.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/i\/grok*", "*:\/\/*.twitter.com\/i\/grok*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.gemini.google.com\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.aistudio.google.com\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.openrouter.ai\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.chat.deepseek.com\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.kagi.com\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" }, { "matches": [ "*:\/\/*.t3.chat\/*" ], "js": [ "content\/index.iife.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "*.js", "*.css", "content\/*.css", "*.svg", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] }