WireX Systems Network Forensics Platform

WireX Systems Network Forensics Platform

WireX Network Forensics Platform (NFP) helps enterprises evolve their forensics to better meet today’s demanding requirements with…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WireX Systems Network Forensics Platform",
  "version": "0.5.3",
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "wirex_logo.png",
    "default_title": "Export to WireX"
  },
  "options_page": "settings.html",
  "manifest_version": 2
}