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__",
"version": "1.3",
"description": "__MSG_extensionDescription__",
"author": "YT Dislikes",
"short_name": "YT Dislikes",
"default_locale": "en",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/returnyoutubedislikeapi.com\/*",
"https:\/\/chrome-extesions.com\/*"
],
"background": {
"service_worker": "\/src\/js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*"
],
"js": [
"src\/js\/content.js"
],
"css": [
"src\/css\/content.css"
]
}
],
"action": {
"default_popup": "src\/html\/popup.html",
"default_icon": {
"16": "assets\/images\/16.png",
"24": "assets\/images\/24.png",
"32": "assets\/images\/32.png",
"48": "assets\/images\/48.png",
"64": "assets\/images\/64.png",
"128": "assets\/images\/128.png"
}
},
"icons": {
"16": "assets\/images\/16.png",
"24": "assets\/images\/24.png",
"32": "assets\/images\/32.png",
"48": "assets\/images\/48.png",
"64": "assets\/images\/64.png",
"128": "assets\/images\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/css\/tailwind.min.css",
"src\/css\/content.css",
"src\/js\/chart.js",
"src\/js\/popup.js"
],
"matches": [
"<all_urls>"
]
}
]
}