Norton Safe Search Enhanced

Norton Safe Search Enhanced

Search safely online by enabling Norton Safe Search Enhanced as your default search provider for maximum protection on Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": "content/images/[email protected]",
    "default_popup": "content/ui/popup.html",
    "default_title": "__MSG_3in1Name__"
  },
  "author": "NortonLifeLock Inc",
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://searchsafe.norton.com/img/logoicon.ico",
      "is_default": true,
      "keyword": "Norton",
      "name": "Norton Safe",
      "search_url": "https://searchsafe.norton.com/search?omnisearch=yes&q={searchTerms}",
      "suggest_url": "https://ss-sym.search.ask.com/ss?limit=10&li=ff&hl=__MSG_langCodeIAC__&q={searchTerms}"
    }
  },
  "chrome_url_overrides": {
    "newtab": "homePageRedirect.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/libs/uri.min.js",
        "content/libs/levenshtein.min.js",
        "content/scripts/SymBfwCS.js",
        "content/scripts/NSSS_CS.js",
        "content/scripts/ClientEvents.js",
        "content/scripts/SymWaxCS.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"
      ],
      "match_about_blank": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "include_globs": [
        "https://*.google.*/*",
        "https://nortonsafe.search.ask.com/*"
      ],
      "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": true,
      "js": [
        "content/scripts/SymBfwCS.js",
        "content/scripts/NSSS_CS.js",
        "content/scripts/portalInstallFlowCS.js",
        "content/scripts/webCommunication.js"
      ],
      "matches": [
        "https://*.norton.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "content/scripts/SymBfwCS.js",
        "content/scripts/portalInstallFlowCS.js",
        "content/scripts/webCommunication.js",
        "content/scripts/NSSS_CS.js"
      ],
      "matches": [
        "https://secure.norton.myway.com/*"
      ],
      "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/SymWaxCS.js",
        "content/scripts/SafeWebCS.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "content/scripts/keepAssistHelper.js",
        "content/scripts/keepAssistDSP.js"
      ],
      "matches": [
        "https://nortonsafe.search.ask.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "content/libs/avl.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_3in1Desc__",
  "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_3in1Name__",
  "options_page": "content/ui/settings.html",
  "permissions": [
    "tabs",
    "background",
    "webNavigation",
    "storage",
    "scripting",
    "alarms",
    "webRequest",
    "declarativeNetRequest",
    "downloads",
    "notifications"
  ],
  "version": "3.20.0.21",
  "version_name": "3.20.0.21",
  "web_accessible_resources": [
    {
      "extension_ids": [],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content/images/*.png",
        "content/images/*.svg",
        "content/images/fireglass/*.png",
        "content/images/fireglass/*.svg",
        "content/scripts/*.js",
        "content/libs/*.js",
        "_locales/*",
        "content/ui/content-page.css",
        "content/ui/fireglass/*.html",
        "content/ui/styles/fireglass/*.css",
        "content/ui/*.html"
      ]
    }
  ]
}