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
/
runtime
/
content_script
/
manifest.json
blob
d5914b5a9f01ce19c66c7e161263520040130606
1
{
2
"name": "API test for the runtime API in content scripts",
3
"version": "1",
4
"manifest_version": 2,
5
"content_scripts": [
6
{
7
"matches": ["*://*/webpage.html"],
8
"js": ["content_script.js"]
9
}
10
]
11
}