{ "name": "Refined YouTube", "version": "0.0.1", "manifest_version": 2, "description": "A more refined YouTube experience", "homepage_url": "https://git.sr.ht/~simulacrumparty/refined-youtube", "icons": { "16": "icons/icon16.png", "48": "icons/icon48.png", "128": "icons/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https://www.youtube.com/*" ], "css": [ "style.css" ], "js": [ "index.js" ] } ] }