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,
"default_locale": "en",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "2.3",
"icons": {
"48": "images\/icon-48.png",
"96": "images\/icon-96.png",
"128": "images\/icon-128.png",
"256": "images\/icon-256.png",
"512": "images\/icon-512.png"
},
"background": {
"service_worker": "website\/background.js"
},
"browser_specific_settings": {
"gecko": {
"id": "{01841e26-4c63-4c4c-b28f-b8c1d41c44bb}",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"content_scripts": [
{
"all_frames": true,
"js": [
"global\/js\/storageConstants.js",
"global\/js\/optionsBySections.js",
"global\/js\/helpers.js",
"global\/js\/options.js",
"website\/AttributesManager\/htmlAtrributesManager.js",
"website\/ShortsRedirects\/redirectsManager.js",
"website\/dynamicOberverManager.js",
"website\/shortsDisableInfinityScroll.js"
],
"css": [
"website\/css\/mobile.css",
"website\/css\/desktop.css"
],
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/youtube.com\/*",
"*:\/\/m.youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"run_at": "document_start"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/toolbar-icon-16.png",
"19": "images\/toolbar-icon-19.png",
"32": "images\/toolbar-icon-32.png",
"38": "images\/toolbar-icon-38.png",
"48": "images\/toolbar-icon-48.png",
"72": "images\/toolbar-icon-72.png"
}
},
"permissions": [
"storage",
"activeTab"
]
}