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, "author": "Robert Piosik", "name": "Code Web Chat Connector", "short_name": "CWC", "description": "Initialize any web chat with your code.", "version": "0.1.71", "homepage_url": "https:\/\/github.com\/robertpiosik\/CodeWebChat", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "alarms", "activeTab" ], "host_permissions": [ "http:\/\/localhost:55155\/", "ws:\/\/localhost:55155\/" ], "action": { "default_title": "Code Web Chat Connector", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/aistudio.google.com\/prompts\/new_chat", "https:\/\/gemini.google.com\/app", "https:\/\/openrouter.ai\/chat*", "https:\/\/chatgpt.com\/", "https:\/\/claude.ai\/new", "https:\/\/grok.com\/", "https:\/\/chat.deepseek.com\/", "https:\/\/chat.mistral.ai\/chat", "https:\/\/huggingface.co\/chat\/", "https:\/\/chat.qwen.ai\/", "https:\/\/yuanbao.tencent.com\/chat*", "https:\/\/www.doubao.com\/chat\/", "http:\/\/localhost\/", "http:\/\/openwebui\/" ], "js": [ "send-prompt-content-script.js" ] } ] }