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",
"action": {
"default_icon": "content\/images\/[email protected]"
},
"author": "Avast",
"background": {
"service_worker": "serviceWorker.js"
},
"chrome_url_overrides": {
"newtab": "homePageRedirect.html"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content\/scripts\/BfwCS.js",
"content\/libs\/uri.min.js",
"NSSS_CS.js"
],
"match_about_blank": false,
"matches": [
"<all_urls>"
],
"run_at": "document_start"
},
{
"all_frames": false,
"js": [
"content\/libs\/uri.min.js",
"content\/scripts\/BfwCS.js",
"content\/scripts\/BfwNotificationCenterProxy.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_idle"
},
{
"all_frames": true,
"js": [
"NSSS_CS.js",
"content\/scripts\/BfwCS.js",
"content\/scripts\/portalInstallFlowCS.js",
"content\/scripts\/webCommunication.js"
],
"matches": [
"https:\/\/*.avast.com\/*"
],
"run_at": "document_end"
},
{
"all_frames": true,
"css": [
"content\/ui\/annotationStyles.css"
],
"include_globs": [
"https:\/\/*.google.*\/*",
"https:\/\/nortonsafe.search.ask.com\/*",
"https:\/\/*.adsensecustomsearchads.com\/*",
"https:\/\/*.syndicatedsearch.goog\/*"
],
"js": [
"content\/libs\/react-latest.min.js",
"content\/libs\/react-dom-latest.min.js",
"content\/scripts\/BfwCS.js",
"content\/scripts\/annotationCS.js"
],
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"all_frames": true,
"css": [
"content\/ui\/annotationStyles.css"
],
"js": [
"content\/libs\/react-latest.min.js",
"content\/libs\/react-dom-latest.min.js",
"content\/scripts\/BfwCS.js",
"content\/scripts\/annotationCS.js"
],
"matches": [
"https:\/\/*.syndicatedsearch.goog\/*"
],
"run_at": "document_end"
},
{
"all_frames": true,
"css": [
"content\/ui\/annotationStyles.css"
],
"include_globs": [
"https:\/\/www.bing.com\/search*"
],
"js": [
"content\/libs\/react-latest.min.js",
"content\/libs\/react-dom-latest.min.js",
"content\/scripts\/BfwCS.js",
"content\/scripts\/annotationCS.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"all_frames": false,
"js": [
"content\/libs\/react-latest.min.js",
"content\/libs\/react-dom-latest.min.js",
"content\/scripts\/BfwCS.js",
"content\/scripts\/safeSearchPopupIFrame.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
},
{
"all_frames": false,
"css": [
"content\/ui\/keepAssistPopup.css"
],
"include_globs": [
"https:\/\/www.bing.com\/*"
],
"js": [
"content\/scripts\/keepAssistContentScript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"default_locale": "en",
"description": "__MSG_hpDesc__",
"host_permissions": [
"https:\/\/www.bing.com\/search*",
"https:\/\/*.avast.com\/*"
],
"icons": {
"16": "Icon-16.png",
"32": "Icon-32.png",
"48": "Icon-48.png",
"64": "Icon-64.png",
"128": "Icon-128.png"
},
"incognito": "split",
"manifest_version": 3,
"name": "__MSG_hpName__",
"optional_permissions": [
"bookmarks",
"favicon",
"topSites"
],
"options_page": "homePage.html?launchedOn=settingsClick",
"permissions": [
"tabs",
"storage",
"scripting",
"alarms",
"declarativeNetRequest",
"unlimitedStorage",
"search"
],
"version": "1.0.0.10",
"version_name": "1.0.0.10",
"web_accessible_resources": [
{
"extension_ids": [],
"matches": [
"<all_urls>"
],
"resources": [
"content\/scripts\/*.js",
"content\/libs\/*.js",
"content\/ui\/content-page.css",
"content\/ui\/homePage.css",
"content\/ui\/keepAssistPopup.css",
"content\/ui\/*.html",
"content\/images\/*.svg",
"*.svg",
"content\/styles\/annotationConfig.json",
"content\/ui\/*.js",
"content\/styles\/*.css"
]
}
]
}