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
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
file_system
/
save_new
/
manifest.json
blob
1334a9b044823b3b2d9cc5b0d5a546a666235031
1
{
2
"name": "chrome.fileSystem save new file",
3
"version": "0.1",
4
"description": "Test for chrome.fileSystem.chooseFile saving new file.",
5
"app": {
6
"background": {
7
"scripts": ["background.js"]
8
}
9
},
10
"permissions": [
11
{
12
"fileSystem": []
13
}
14
]
15
}