Index: chrome/test/data/extensions/api_test/usb_manual/list_interfaces/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/usb_manual/list_interfaces/manifest.json b/chrome/test/data/extensions/api_test/usb_manual/list_interfaces/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..092357da2b7aeb56a3e72272a104d98aa22693d3 |
--- /dev/null |
+++ b/chrome/test/data/extensions/api_test/usb_manual/list_interfaces/manifest.json |
@@ -0,0 +1,17 @@ |
+{ |
+ "name": "USB Manual List Interface", |
+ "version": "0.1", |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ }, |
+ "permissions": [ |
+ "usb" |
+ ], |
+ "optional_permissions": [ |
+ {"usbDevices": [ |
+ {"vendorId": 6353, "productId": 20194} |
+ ]} |
+ ] |
+} |