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": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appName__", "background": { "service_worker": "scripts\/bg.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "https:\/\/chat.openai.com\/*", "*:\/\/www.bing.com\/*" ], "js": [ ".\/scripts\/content.js" ], "css": [ ".\/main-styles\/content.css" ], "all_frames": false }, { "run_at": "document_start", "matches": [ "https:\/\/chat.openai.com\/chat" ], "js": [ ".\/scripts\/AIcontent.js" ], "css": [ ".\/styles\/ai.css" ], "all_frames": true } ], "action": { "default_icon": { "16": "icons\/icon.png", "32": "icons\/icon.png", "64": "icons\/icon.png", "128": "icons\/icon.png" }, "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "permissions": [ "storage", "webRequest", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "111", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "version": "1.0.0" }