blob: e11777950f51bf8e8679834a168a4d00e736c410 [file] [log] [blame]
{
"name": "extensions_unittests --gtest_filter=UsbPrinterManifestTest.InvalidFilter",
"version": "1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
},
"usb_printers": {
"filters": [
// Cannot specify both productId and interfaceClass.
{ "vendorId": 0, "productId": 0, "interfaceClass": 0 }
]
}
}