blob: ca5cbbfe10140425cfdc464c42f2a129d8d4194c [file] [log] [blame]
{
"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 }]}
]
}