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
/
js_injection_background
/
manifest.json
blob
1706b3853473e5c31030e787be6dde073e28b4e3
1
{
2
"name": "js_injection_background",
3
"description": "Tests JS injection into an extension's background page.
4
The name of a DOM node in the background page is returned and verified.",
5
"version": "0.1",
6
"manifest_version": 2,
7
"background": {
8
"page": "bg.html"
9
},
10
"browser_action": {
11
"default_title": "Browser Action"
12
}
13
}