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": "AVG Online Security",
"description": "AVG Browser Security and web reputation plugin.",
"version": "21.1.9",
"manifest_version": 3,
"author": "AVG",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icons\/icon-avg64.png",
"default_title": "AVG Online Security"
},
"icons": {
"32": "icons\/icon-avg32.png",
"64": "icons\/icon-avg64.png",
"128": "icons\/icon-avg128.png"
},
"permissions": [
"tabs",
"activeTab",
"scripting",
"storage",
"alarms",
"declarativeNetRequest",
"declarativeNetRequestFeedback"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"client\/main.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"client\/*.css",
"fonts\/*.woff2",
"fonts\/*.ttf",
"icons\/*.png",
"icons\/*.svg",
"locales\/*.json"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "AdTracking_Allowed",
"enabled": true,
"path": "\/rulesets\/AdTracking_Allowed.json"
},
{
"id": "Others_Allowed",
"enabled": true,
"path": "\/rulesets\/Others_Allowed.json"
},
{
"id": "Social_Allowed",
"enabled": true,
"path": "\/rulesets\/Social_Allowed.json"
},
{
"id": "WebAnalytics_Allowed",
"enabled": true,
"path": "\/rulesets\/WebAnalytics_Allowed.json"
},
{
"id": "AdTracking",
"enabled": false,
"path": "\/rulesets\/AdTracking.json"
},
{
"id": "Others",
"enabled": false,
"path": "\/rulesets\/Others.json"
},
{
"id": "Social",
"enabled": false,
"path": "\/rulesets\/Social.json"
},
{
"id": "WebAnalytics",
"enabled": false,
"path": "\/rulesets\/WebAnalytics.json"
}
]
},
"incognito": "split",
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+L"
},
"description": "Open AOSP UI"
}
}
}