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
/
usb
/
list_interfaces
/
manifest.json
blob
f1e4722a13c2269eb44dc87e934fb9bd4a9ef1cd
1
{
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
]
20
}