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",
"name": "__MSG_name__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.0.3",
"manifest_version": 3,
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/videofilterYoutube.png"
},
"content_scripts": [
{
"js": [
"options.js",
"content.js",
"contentAll.js"
],
"matches": [
"https:\/\/*\/*"
],
"css": [
"contentAll.css"
]
}
],
"icons": {
"128": "assets\/videofilterYoutube.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"assets\/videofilterYoutube.png"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}