Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / usb / reset_device / manifest.json
1 {
2   "name": "USB Device Handling",
3   "version": "0.1",
4   "app": {
5     "background": {
6       "scripts": ["test.js"]
7     }
8   },
9   "permissions": [
10     "usb",
11     {
12       "usbDevices": [
13         {
14           "vendorId": 0,
15           "productId": 0
16         }
17       ]
18     }
19   ]
20 }