Symantec Endpoint Protection

Symantec Endpoint Protection

Browser Security by Symantec Endpoint Security Division of Broadcom.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "short_name": "Symantec Endpoint Protection",
  "description": "__MSG_extensionDescription__",
  "manifest_version": 3,
  "version": "1.4.1.9",
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "resources": [
        "sep.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "content/sef/agent.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "content/sef/observer.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "content/sef/webcontent.js"
      ]
    }
  ],
  "icons": {
    "16": "sep.png",
    "48": "sep.png"
  },
  "incognito": "split",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "nativeMessaging",
    "downloads"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "action": {
    "default_title": "__MSG_extensionName__"
  },
  "background": {
    "service_worker": "SEP.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  }
}