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