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", "manifest_version": 3, "name": "MYRA: Make YouTube Red Again", "description": "Return YouTube to its red glory!", "version": "0.3.0", "author": "ax1s", "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/myra_icon.png" }, "icons": { "16": "images\/icon-016.png", "32": "images\/icon-032.png", "48": "images\/icon-048.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/color_swap.js" ], "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/youtu.be\/*" ], "run_at": "document_end" } ] }