blob: d9a27c80c442bb515c93bf7aaa21be64e7e492a1 [file] [log] [blame]
{
"name": "USB Device Handling",
"manifest_version": 2,
"version": "0.1",
"app": {
"background": {
"scripts": ["test.js"]
}
},
"permissions": [
"usb",
{
"usbDevices": [
{
"vendorId": 0,
"productId": 0
}
]
}
]
}