{
  "slug": "adom-usb-sniffer-dap",
  "version": "0.1.0",
  "type": "app",
  "description": "Capture + decode CMSIS-DAP debug-probe traffic (SWD/JTAG command frames) over USB \u2014 see what your IDE sends an ST-Link/DAPLink/J-Link-class probe.",
  "dependencies": {},
  "keywords": [
    "adom-usb-plugin",
    "sniffer",
    "usb",
    "sniffer"
  ],
  "tags": [
    "adom-usb-plugin",
    "sniffer",
    "usb",
    "sniffer"
  ],
  "license": "MIT",
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "files": [
    "adom-usb-sniffer-dap",
    "plugin.json",
    "install.sh",
    "uninstall.sh",
    "package.json",
    "README.md",
    "page.json",
    "screenshots/**",
    "skills/**"
  ],
  "adom_usb_plugin": {
    "api_version": "1",
    "kind": "sniffer",
    "entrypoint": "adom-usb-sniffer-dap",
    "matches": {
      "class": [
        "Vendor / CMSIS-DAP",
        "Vendor / JTAG",
        "CMSIS-DAP"
      ],
      "vid": [
        "*"
      ],
      "pid": [
        "*"
      ]
    },
    "capture": "usbmon",
    "decoders": [
      "cmsis-dap",
      "swd",
      "jtag-cmd"
    ]
  }
}