Mandiant Advantage | Threat Intelligence

Mandiant Advantage | Threat Intelligence

Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "3.1.10",
  "name": "Mandiant Advantage | Threat Intelligence",
  "short_name": "Investigate",
  "description": "Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.",
  "icons": {
    "16": "img/16.png",
    "32": "img/32.png",
    "48": "img/48.png",
    "128": "img/128.png",
    "192": "img/192.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "browser-polyfill.js",
        "app.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "app.css"
      ],
      "js": [
        "browser-polyfill.js",
        "scanAndMark.js"
      ],
      "all_frames": true
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "history"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "indicators/*",
        "industriesIcons/*",
        "motivationsIcons/*",
        "app.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}