Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images\/hd_128.png",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"all_frames": true,
"css": [],
"js": [
"lib\/browser-polyfill.min.js",
"utils.js",
"content\/embedded-frame-js-flag.js",
"content\/yt-auto-hd.js",
"content.js"
],
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"16": "images\/hd_128.png",
"48": "images\/hd_128.png",
"128": "images\/hd_128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"permissions": [
"tabs",
"<all_urls>",
"storage",
"*:\/\/*\/*",
"ftp:\/\/*\/*"
],
"short_name": "__MSG_short_name__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.07",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"popup\/popup.html"
]
}
]
}