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
/
api_test
/
tabs
/
javascript_url_permissions
/
manifest.json
blob
e53b00a960c5e71fbd86d3e6d72d8c3fe1b8ed9a
1
{
2
"name": "javascript url permissions test",
3
"version": "0.1",
4
"manifest_version": 2,
5
"description": "Tests that navigating a tab to a javascript URLs only works if the extension has access to that tabs host.",
6
"background": {
7
"page": "test.html"
8
},
9
"permissions": ["tabs", "http://b.com/"]
10
}