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, "name": "__MSG_extensionName__", "version": "2.9", "description": "__MSG_extensionDescription__", "default_locale": "en", "options_page": "options.html", "permissions": [ "storage", "activeTab", "scripting", "clipboardWrite", "clipboardRead", "contextMenus", "tabs" ], "host_permissions": [ "https:\/\/*.openai.com\/*", "https:\/\/*.anthropic.com\/*", "https:\/\/*.deepseek.com\/*", "https:\/\/*.google.com\/*", "https:\/\/*.youtube.com\/", "https:\/\/chat.openai.com\/", "https:\/\/www.google-analytics.com\/", "https:\/\/chatgpt.com\/", "https:\/\/claude.ai\/*", "https:\/\/x.com\/*", "https:\/\/*.perplexity.ai\/*" ], "action": { "default_icon": { "16": "icons\/chatgpt\/icon16.png", "32": "icons\/chatgpt\/icon32.png", "48": "icons\/chatgpt\/icon48.png", "128": "icons\/chatgpt\/icon128.png" } }, "icons": { "16": "icons\/chatgpt\/icon16.png", "32": "icons\/chatgpt\/icon32.png", "48": "icons\/chatgpt\/icon48.png", "128": "icons\/chatgpt\/icon128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "highlight.css", "reviewPrompt.css" ], "js": [ "reviewPrompt.js" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }