{ "manifest_version": 3, "name": "Unhook NG", "version": "1.4", "description": "Hide YouTube related videos, shorts, comments, suggestions wall, homepage recommendations, trending, and other distractions.", "icons": { "32": "icons/unhook.png" }, "permissions": [ "storage" ], "action": { "default_icon": "icons/unhook.png", "default_title": "Unhook NG", "default_popup": "popup.html" }, "content_scripts": [ { "matches": ["*://www.youtube.com/*"], "js": ["unhook.js"] } ], "browser_specific_settings": { "gecko": { "id": "@unhookng", "data_collection_permissions": { "required": ["none"] } } } }