repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
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
blob
e17391b5b0489dcc45b36e70f2e7272f73f4efe5
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
}