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": "__MSG_extName__",
"version": "2.1.3",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background\/main.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"\/contentscripts\/any.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"world": "ISOLATED"
},
{
"js": [
"\/contentscripts\/youtube.com.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"options_page": "ui\/options.html",
"action": {
"default_icon": {
"19": "icons\/icon19pa.png",
"38": "icons\/icon38pa.png"
},
"default_title": "Auto Quality for YouTube\u2122",
"default_popup": "ui\/options.html"
},
"permissions": [
"webRequest",
"tabs",
"activeTab",
"scripting",
"declarativeNetRequest",
"storage",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"inj\/ytcom.js"
],
"matches": [
"<all_urls>"
]
}
]
}