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_extName__", "description": "__MSG_extDescription__", "version": "1.9.0", "icons": { "16": "\/icon\/AI-logo-16.png", "32": "\/icon\/AI-logo-32.png", "48": "\/icon\/AI-logo-48.png", "96": "\/icon\/AI-logo-96.png", "128": "\/icon\/AI-logo-128.png" }, "default_locale": "en_US", "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "injected.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "content-scripts\/content.css" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "injected.js" ], "all_frames": true }, { "matches": [ "<all_urls>" ], "js": [ "content-scripts\/content.js" ] } ], "side_panel": { "default_path": "sidepanel.html" }, "commands": { "Open-sidePanel": { "suggested_key": { "default": "Ctrl+B", "mac": "Command+B" }, "description": "Open side panel" } }, "permissions": [ "storage", "tabs", "sidePanel", "contextMenus", "activeTab", "cookies", "scripting", "identity", "declarativeNetRequest", "webRequest" ], "background": { "service_worker": "background.js" } }