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": "Quality control for Youtube tv",
"description": "Enhance viewing in a single click!Effortlessly control video quality and elevate YouTube TV experience.",
"version": "1.0.1",
"icons": {
"16": "ic.png",
"48": "ic2.png",
"128": "ic3.png"
},
"action": {
"default_icon": {
"16": "ic.png",
"24": "ic2.png",
"32": "ic3.png"
},
"default_popup": "popup\/popup.html"
},
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/tv.youtube.com\/*"
],
"js": [
"content.js\/content.js"
]
}
],
"permissions": [
"storage",
"activeTab",
"tabs"
]
}