{ "name": "youtube-ui", "short_name": "yt-ui", "description": "browser extension for a better youtube ui", "version": "0.0.0", "manifest_version": 3, "content_scripts": [ { "matches": ["https://youtube.com/*", "https://www.youtube.com/*"], "css": ["css/yt.css"] } ], "action": { "default_popup": "index.html" } }