blob: a20e02b984823390671a5883f4ba30a19ecbc225 [file] [log] [blame]
{
"name": "USB Invalid-Length Transfer",
"manifest_version": 2,
"version": "0.1",
"app": {
"background": {
"scripts": ["test.js"]
}
},
"permissions": [
"usb",
{
"usbDevices": [
{
"vendorId": 0,
"productId": 0
}
]
}
]
}