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
/
removed_frames
/
manifest.json
blob
ef48c4a77ce37bf91f6c3522a77cf612c3a059ea
1
{
2
"version": "1.0.0.0",
3
"manifest_version": 2,
4
"name": "Subframes on load",
5
"description": "Test that calling executeScript on a tab that has completed its load injects into subframes.",
6
"background": {
7
"scripts": ["test.js"]
8
},
9
"permissions": ["tabs", "http://a.com/", "webNavigation"]
10
}