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
Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
executescript
/
callback
/
manifest.json
blob
b5162e7421df768c3797f265b93c5fb95ad5658b
1
{
2
"version": "1.0.0.0",
3
"manifest_version": 2,
4
"name": "callback test",
5
"description": "Test that executeScript uses the result of the evaluated script in the callback.",
6
"background": {
7
"scripts": ["test.js"]
8
},
9
"permissions": ["tabs", "http://b.com/"]
10
}