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.12.0", "description": "__MSG_extensionDescription__", "icons": { "16": "assets\/icons\/chrome_icon_16x16.png", "48": "assets\/icons\/chrome_icon_48x48.png", "128": "assets\/icons\/chrome_icon_128x128.png" }, "default_locale": "en_US", "permissions": [ "storage", "tabs", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "libs\/bootstrap.bundle.min.js", "libs\/quill.min.js", "content_scripts\/quillEditor.js", "content_scripts\/content.js", "content_scripts\/options.js", "content_scripts\/transcript.js" ], "css": [ "styles\/style.css", "styles\/bootstrap.min.css", "styles\/quill.snow.css", "styles\/options.css" ] }, { "matches": [ "https:\/\/aistudio.google.com\/*" ], "js": [ "content_scripts\/content.js", "content_scripts\/ai-studio-integration.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/*", "libs\/*", "html\/*", "styles\/*" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/aistudio.google.com\/*" ] } ], "background": { "service_worker": "service-worker.js" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }