Investigate with Lacework

Investigate with Lacework

Faster, more accurate insight into the entire cyber kill chain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Investigate with Lacework",
  "description": "Faster, more accurate insight into the entire cyber kill chain",
  "version": "1.0.5",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "short_name": "Lacework Polygraph",
  "background": {
    "scripts": [
      "rightClickMenu.js"
    ],
    "persistent": true
  },
  "icons": {
    "16": "favicon16x16.ICO",
    "48": "favicon48x48.png",
    "128": "favicon128x128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "manifest_version": 2
}