Add an UMA stat to be able to see if the User pods are show on start screen,
[chromium-blink-merge.git] / extensions / test / data / api_test / usb / set_configuration / manifest.json
bloba496ee548e2973a0f90b267ea31e4d9c90a69790
2   "name": "USB Set Configuration",
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   ]