ESET Browser Privacy & Security

ESET Browser Privacy & Security

Enjoy extended browser protection with ESET Browser Privacy & Security.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ESET Browser Privacy & Security",
  "description": "__MSG_extension_description__",
  "version": "1.0.7",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "scripting",
    "storage",
    "nativeMessaging",
    "browsingData",
    "contentSettings"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "./action/assets/logo-16.png",
    "32": "./action/assets/logo-32.png",
    "48": "./action/assets/logo-48.png",
    "128": "./action/assets/logo-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/secure-search/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "notification.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "./action/popup.html"
  }
}