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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
manifest_tests
/
exclude_matches.json
blob
c04e292c3a6135a89bf64dbcb35ad8eb399628c6
1
{
2
"name": "Exclude Matches",
3
"version": "1",
4
"content_scripts": [
5
{
6
"matches": ["http://*.google.com/*"],
7
"exclude_matches": ["http://docs.google.com/*"],
8
"js": ["javascript.js"]
9
}
10
]
11
}