{ "manifest_version": 3, "name": "ANTI-BS", "description": "for to long youtubers thought we are stupid, now we just ignore them. let them know we are not.", "version": "0.1.0", "author": "Chipperfluff (Jack)", "repo": "", "org": "Chipperfluff", "permissions": ["storage"], "host_permissions": ["https://www.youtube.com/*"], "content_scripts": [ { "matches": ["https://www.youtube.com/*"], "js": ["content.js"] } ], "action": { "default_popup": "popup.html" } }