OSINT=*

OSINT=*

Chrome extension that searches all the threat feeds

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Adam Odell, Shady Khourshid",
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "description": "Chrome extension that searches all the threat feeds",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "OSINT=*",
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.03",
  "options_ui": {
    "page": "options-menu\\options.html",
    "open_in_tab": false
  }
}