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", "version": "0.1.0", "manifest_version": 3, "name": "Sidebar for YouTube\u2122", "description": "Easy Access to YouTube via Sidebar UI", "homepage_url": "https:\/\/mybrowseraddon.com\/youtube-sidebar.html", "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "side_panel": { "default_path": "data\/sidebar\/sidebar.html" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "data\/sidebar\/inject\/inject.css" ] } ], "permissions": [ "storage", "sidePanel", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "headers", "enabled": true, "path": "data\/filters\/headers.json" } ] }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } }