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_extensionName__",
"description": "__MSG_extensionDescription__",
"short_name": "aby",
"default_locale": "en",
"version": "1.6",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "data\/icons\/icon-16.png",
"19": "data\/icons\/icon-19.png",
"32": "data\/icons\/icon-32.png",
"38": "data\/icons\/icon-38.png",
"128": "data\/icons\/icon-128.png",
"512": "data\/icons\/icon-512.png",
"1024": "data\/icons\/icon-1024.png"
},
"default_popup": "data\/interface\/index.html?popup",
"default_title": "__MSG_actionTitle__"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"codehemu-content.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"icons": {
"16": "data\/icons\/icon-16.png",
"19": "data\/icons\/icon-19.png",
"32": "data\/icons\/icon-32.png",
"38": "data\/icons\/icon-38.png",
"128": "data\/icons\/icon-128.png",
"512": "data\/icons\/icon-512.png",
"1024": "data\/icons\/icon-1024.png"
},
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"permissions": [
"storage",
"unlimitedStorage",
"scripting",
"declarativeNetRequest",
"webNavigation",
"webRequest"
]
}