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
/
platform_apps
/
launch_new_file
/
manifest.json
blob
47e851801a72861948d7100118535adfba838341
1
{
2
"name": "Platform App Launch Test",
3
"version": "1",
4
"file_handlers": {
5
"text": {
6
"types": [
7
"text/*"
8
]
9
}
10
},
11
"app": {
12
"background": {
13
"scripts": ["test.js", "test_util.js"]
14
}
15
},
16
"permissions": [
17
{"fileSystem": ["write"]}
18
]
19
}