Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / extensions / test / data / api_test / hid / api / manifest.json
blobe17391b5b0489dcc45b36e70f2e7272f73f4efe5
2   "name": "chrome.hid",
3   "version": "0.1",
4   "description": "end-to-end browser tests for chrome.hid API",
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "permissions": [
11     "hid",
12     // This is a test device emulated by the mocks enabled for the test.
13     { "usbDevices": [{ "vendorId": 6353, "productId": 22768 }]}
14   ]