{
  "slug": "adom-usb-sniffer-vendor",
  "version": "0.1.0",
  "type": "app",
  "description": "Universal fallback sniffer \u2014 capture raw control + bulk + interrupt transfers for ANY device (vendor-specific protocols, WebUSB, custom gadgets) to pcap.",
  "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-vendor",
    "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-vendor",
    "matches": {
      "class": [
        "*"
      ],
      "vid": [
        "*"
      ],
      "pid": [
        "*"
      ]
    },
    "capture": "usbmon",
    "decoders": [
      "bulk",
      "control",
      "interrupt",
      "vendor"
    ]
  }
}