Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 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 ] | |
| 15 } | |
| OLD | NEW |