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
/
incognito
/
apis
/
manifest.json
blob
a96ed884b99d2be23e757c0ef9d2181f19e065af
1
{
2
"name": "incognito apitest",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "test that an incognito extension behaves properly",
6
"background": {
7
"scripts": ["background.js"]
8
},
9
"permissions": ["tabs", "http://*/*"]
10
}