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, "version": "1.0.0", "default_locale": "en", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "background": { "service_worker": "background.js" }, "action": { "default_icon": "assests\/icon.png" }, "icons": { "16": "assests\/icon.png", "32": "assests\/icon.png", "64": "assests\/icon.png", "128": "assests\/icon.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube-summary-gemini.aikc.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage", "tabs", "notifications" ], "web_accessible_resources": [ { "resources": [ "assests\/logo.png", "assests\/Vector.png", "assests\/notranscript.png", "assests\/loader1.png", "assests\/loader2.png", "assests\/loader3.png", "assests\/copyIcon.png", "assests\/star.png", "assests\/info.png", "assests\/Lexend-Medium.ttf" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] }