Deep Detect

Deep Detect

DeepDetect: Swiftly assess IOCs like IPs & domains with a right-click using this essential Chrome tool for security pros.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Deep Detect",
  "version": "1.0.0",
  "description": "DeepDetect: Swiftly assess IOCs like IPs & domains with a right-click using this essential Chrome tool for security pros.",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "permissions": [
    "contextMenus"
  ]
}