chromium/extensions/test/data/api_test/usb/set_configuration/manifest.json

{
  "name": "USB Set Configuration",
  "manifest_version": 2,
  "version": "0.1",
  "app": {
    "background": {
      "scripts": ["test.js"]
    }
  },
  "permissions": [
    "usb",
    {
      "usbDevices": [
        {
          "vendorId": 0,
          "productId": 0
        }
      ]
    }
  ]
}