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", "name": "__MSG_appName__", "version": "1.0.2", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js", "type": "module" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "debugger", "scripting", "sidePanel", "contextMenus", "activeTab", "storage", "unlimitedStorage", "background", "declarativeNetRequestWithHostAccess", "webRequest" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'", "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; default-src * 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval' blob: data:; style-src * 'unsafe-inline' 'unsafe-eval'; object-src * 'unsafe-inline' 'unsafe-eval'; base-uri 'self'; connect-src * 'unsafe-inline' 'unsafe-eval'; font-src * 'unsafe-inline' 'unsafe-eval' blob: data:; frame-src * 'unsafe-inline' 'unsafe-eval'; img-src http: https: data: blob:; manifest-src * 'unsafe-inline' 'unsafe-eval'; media-src http: https: data: blob:; worker-src * 'self' 'unsafe-inline' 'unsafe-eval' blob: data:;" }, "sandbox": { "pages": [ "devtools.html" ] }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscriptearly.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content_early_all_frames.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content_frame.js", "scripts\/utils.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content_frames_finder.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content_frames_browser_agent.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "http:\/\/market.conductify.ai\/*", "https:\/\/market.conductify.ai\/*" ], "js": [ "scripts\/content_localai.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "AI Worker Bot" }, "side_panel": { "default_path": "panel.html" }, "web_accessible_resources": [ { "resources": [ "images\/icon-48.png", "scripts\/pagescript.js", "scripts\/queue-vanilla.js", "scripts\/iwin.js", "scripts\/*", "styles\/*", "webfonts\/*", "easyui\/*", "ace\/*" ], "matches": [ "*:\/\/*\/*" ] } ] }