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
/
executescript
/
permissions
/
manifest.json
blob
f881622a25849df6bf5f3e50ae6982d540091f11
1
{
2
"version": "1.0.0.0",
3
"manifest_version": 2,
4
"name": "Tests edge cases in chrome.tabs.executeScript() with permissions",
5
"background": {
6
"page": "test.html"
7
},
8
"permissions": ["tabs", "http://a.com/", "http://b.com/"]
9
}