ESET Browser Privacy & Security

ESET Browser Privacy & Security

Enjoy extended browser protection with ESET Browser Privacy & Security—includes the unique Metadata Cleanup, Secure Search and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "ESET Browser Privacy & Security",
  "description": "__MSG_extension_description__",
  "version": "1.0.6",
  "manifest_version": 3,
  "default_locale": "en",
  "background": {
    "scripts": [
      "nativemsg.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "cookies",
    "scripting",
    "storage",
    "nativeMessaging",
    "browsingData",
    "browserSettings"
  ],
  "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>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_popup": "./action/popup.html"
  }
}