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_system
/
open_existing
/
manifest.json
blob
13d737636e82e465ea46704f72e80a8d63e1c3ef
1
{
2
"name": "chrome.fileSystem open existing file",
3
"version": "0.1",
4
"description": "Test for chrome.fileSystem.chooseFile opening existing file.",
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
}
9
},
10
"permissions": [
11
{
12
"fileSystem": []
13
}
14
]
15
}