OAPivot

OAPivot

OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OAPivot",
  "version": "1.3.0",
  "description": "OA Pivot enables indicator searching across the leading public malware intellegence feeds and tools.",
  "author": "Sean Wilson & Sergei Frankoff",
  "homepage_url": "http://www.openanalysis.net/#services",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "storage",
    "https://*.virustotal.com/*",
    "https://virusshare.com/*",
    "https://*.hybrid-analysis.com/*"
  ],
  "background": {
    "scripts": [
      "plugin.js"
    ]
  },
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  }
}