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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
effective_host_permissions
/
all_hosts3.json
blob
e028b3416f90275e2ce62ec218cae5b571c2d6cf
1
{
2
"name": "effective host permisions test",
3
"version": "1.0",
4
"manifest_version": 2,
5
"permissions": [
6
"http://www.google.com/"
7
],
8
"content_scripts": [
9
{
10
"matches": ["https://*/"],
11
"js": ["foo.js"]
12
}
13
]
14
}