Norton Safe Web

Norton Safe Web

Norton Safe Web provides protection from online threats while you browse the web.

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "content/images/safe-web-icon-norton-untested@2x.png",
    "default_popup": "content/ui/popup.html",
    "default_title": "__MSG_swName__"
  },
  "author": "NortonLifeLock Inc",
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/libs/uri.min.js",
        "content/scripts/ClientEvents.js",
        "content/scripts/SymBfwCS.js",
        "content/scripts/NSSS_CS.js",
        "content/scripts/beforeLoad.js"
      ],
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/scripts/initCreditCardJS.js",
        "content/libs/creditcard.min.js",
        "content/scripts/SymBfwCS.js",
        "content/scripts/NSSSCCTelemetryCS.js",
        "content/scripts/NSSSFormJackProtectionCS.js"
      ],
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content/scripts/multiVariateTestingCS.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "all_frames": true,
      "include_globs": [
        "https://*.google.*/*",
        "https://nortonsafe.search.ask.com/*",
        "https://*.adsensecustomsearchads.com/*",
        "https://*.syndicatedsearch.goog/*"
      ],
      "js": [
        "content/scripts/NSSS_CS.js",
        "content/libs/react-latest.min.js",
        "content/libs/react-dom-latest.min.js",
        "content/scripts/annotationCS.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content/scripts/SymBfwCS.js",
        "content/scripts/BfwNotificationCenterProxy.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content/scripts/SymBfwCS.js",
        "content/scripts/NSSS_CS.js",
        "content/scripts/portalInstallFlowCS.js",
        "content/scripts/webCommunication.js",
        "content/scripts/nsssEdgeGuidedFlowsManagerCS.js"
      ],
      "matches": [
        "https://*.norton.com/*",
        "https://secure.norton.myway.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "css": [
        "content/ui/styles/fireglass/fg_style.css",
        "content/ui/styles/fireglass/fg_dock.css"
      ],
      "js": [
        "content/scripts/FGContent.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_swDesc__",
  "host_permissions": [
    "<all_urls>"
  ],
  "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_swName__",
  "options_page": "content/ui/settings.html",
  "permissions": [
    "tabs",
    "background",
    "webNavigation",
    "activeTab",
    "storage",
    "scripting",
    "alarms",
    "webRequest",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback",
    "browsingData",
    "cookies",
    "downloads",
    "history",
    "notifications",
    "management"
  ],
  "version": "3.22.0.14",
  "version_name": "3.22.0.14",
  "web_accessible_resources": [
    {
      "extension_ids": [],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content/images/*.png",
        "content/images/*.svg",
        "content/images/fireglass/*.png",
        "content/images/fireglass/*.svg",
        "content/fonts/*",
        "content/scripts/*.js",
        "content/libs/*.js",
        "_locales/*",
        "content/ui/content-page.css",
        "content/ui/fireglass/*.html",
        "content/ui/styles/fireglass/*.css",
        "content/defObject.json",
        "content/ui/*.html"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}