Avira Safe Search

Avira Safe Search

Search more safely with Avira on Google Chrome. Avira Safe Search identifies potentially phishing and risky sites before you click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "16": "Icon-16.png",
      "24": "Icon-24.png",
      "32": "Icon-32.png"
    }
  },
  "author": "Avira Operations GmbH & Co. KG",
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://safesearch.avira.com/favicon.ico",
      "is_default": true,
      "keyword": "avirasafe",
      "name": "Avira Safe",
      "search_url": "https://safesearch.avira.com/web?&qo=omniSearch&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": false,
      "js": [
        "content/libs/uri.min.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/webCommunication.js"
      ],
      "matches": [
        "https://*.avira.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "ContextInit.js",
        "content/scripts/SymBfwCS.js",
        "content/scripts/NSSS_CS.js",
        "content/scripts/keepAssistHelper.js"
      ],
      "matches": [
        "https://safesearch.avira.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "content/scripts/keepAssistDSP.js"
      ],
      "matches": [
        "https://safesearch.avira.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "include_globs": [
        "https://safesearch.avira.com/*",
        "https://*.google.*"
      ],
      "js": [
        "content/libs/react-latest.min.js",
        "content/libs/react-dom-latest.min.js",
        "content/scripts/SymBfwCS.js",
        "content/scripts/annotationCS.js"
      ],
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_dsDesc__",
  "host_permissions": [
    "https://*.avira.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_dsName__",
  "options_page": "content/ui/settings.html",
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "alarms",
    "declarativeNetRequest"
  ],
  "version": "1.0.0.50",
  "version_name": "1.0.0.50",
  "web_accessible_resources": [
    {
      "extension_ids": [],
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "content/ui/content-page.css",
        "content/ui/notification.html"
      ]
    },
    {
      "extension_ids": [],
      "matches": [
        "https://safesearch.avira.com/*"
      ],
      "resources": [
        "content/ui/keepAssist.html"
      ]
    }
  ]
}