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
android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
allow_silent_upgrade
/
hosts6_new.json
blob
b832e13f232ca1692a1fe54a6958b49baf582941
1
{
2
"name": "allow silent update",
3
"version": "1.0",
4
"manifest_version": 2,
5
"permissions": [
6
"tabs",
7
"notifications",
8
"http://*.example.com/"
9
],
10
"content_scripts": [
11
{
12
"matches": [
13
"http://*.example.com/*",
14
"http://*.example.co.uk/*",
15
"https://*.example.com.au/*"
16
],
17
"js": ["404.js"]
18
}
19
]
20
}