Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / extensions / test / data / api_test / usb / list_interfaces / manifest.json
blobf1e4722a13c2269eb44dc87e934fb9bd4a9ef1cd
2   "name": "USB List Interfaces",
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   ]