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": "Watch Focus", "version": "1.6", "description": "Focus on the video you are watching", "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "icon.png" } }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "all_frames": true } ], "background": { "service_worker": "scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "light-icon.png", "\/images\/active-focus.png", "\/html\/notes.html" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] }