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
/
activity_log
/
execute_script_ad_injection
/
manifest.json
blob
5b2242565a124135b631f89f7d375e75fc673273
1
{
2
"name": "Ad-Injecting Extension",
3
"description": "An extension which pretends to inject ads into a page.",
4
"manifest_version": 2,
5
"version": "2.0",
6
"permissions": [
7
"tabs", "*://*/*"
8
],
9
"background": {
10
"scripts": ["background.js"]
11
}
12
}