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
/
downloads_split
/
manifest.json
blob
aea946e557554b3b55f88743ab4b1a4309fa39b5
1
{
2
"name": "downloads incognito split apitest",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "downloads incognito split apitest",
6
"incognito": "split",
7
"web_accessible_resources": ["empty.html"],
8
"browser_action": {"default_popup": "accept_danger.html"},
9
"permissions": [
10
"downloads",
11
"downloads.open",
12
"downloads.shelf",
13
"http://*/*",
14
"file://*"
15
]
16
}