Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"action": {
"default_icon": {
"128": "resources\/icons\/128.png"
},
"default_title": "__MSG_appName__"
},
"background": {
"service_worker": "javascript\/serviceWorker.js",
"type": "module"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"javascript\/vendors\/AdguardTeam\/ExtendedCss.js",
"javascript\/contentScript.js",
"javascript\/resourceErrorListener.js"
],
"match_about_blank": true,
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_appDescription__",
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "resources\/icons\/128.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"alarms",
"declarativeNetRequest",
"scripting",
"storage",
"tabs",
"unlimitedStorage"
],
"short_name": "__MSG_appName__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.14",
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"resources\/icons\/*"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"resources\/*"
],
"use_dynamic_url": true
}
]
}