chromium/extensions/test/data/api_test/hid/api/manifest.json

{
  "name": "chrome.hid",
  "manifest_version": 2,
  "version": "0.1",
  "description": "end-to-end browser tests for chrome.hid API",
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  },
  "permissions": [
    "hid",
    // This is a test device emulated by the mocks enabled for the test.
    { "usbDevices": [{ "vendorId": 6353, "productId": 22768 }]}
  ]
}