blob: b5162e7421df768c3797f265b93c5fb95ad5658b [file]
{
"version": "1.0.0.0",
"manifest_version": 2,
"name": "callback test",
"description": "Test that executeScript uses the result of the evaluated script in the callback.",
"background": {
"scripts": ["test.js"]
},
"permissions": ["tabs", "http://b.com/"]
}