Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / extensions / test / data / api_test / hid / remove_event / manifest.json
blob22da39f159582137878b1393cd6189bb421f681c
2   "name": "chrome.hid.onDeviceRemoved",
3   "version": "0.1",
4   "description": "browser test for chrome.hid.onDeviceRemoved event",
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   ]