AMSIext

AMSIext

Javascript AMSI checker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AMSIext",
  "version": "1.0.3",
  "description": "Javascript AMSI checker",
  "icons": {
    "16": "icons/normal-16.png",
    "48": "icons/normal-48.png",
    "128": "icons/normal-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/normal-16.png",
      "32": "icons/normal-32.png",
      "64": "icons/normal-64.png"
    },
    "default_title": "AMSIext",
    "default_popup": "popup/index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "nativeMessaging",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "contextMenus",
    "notifications"
  ]
}