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]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
file_browser
/
permissions
/
manifest.json
blob
c4ae8291c5f08866898c487cb0ae99cf512699b7
1
{
2
"name": "chrome.fileManagerPrivate permission test",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "Tests if chrome.fileManagerPrivate is not available to non-whitelisted apps.",
6
"app": {
7
"background": {
8
"scripts": ["background.js"]
9
}
10
},
11
"permissions": [
12
"fileManagerPrivate"
13
]
14
}