{
"version": "1.0.0.0",
"manifest_version": 2,
"name": "executeScript.file then close",
"description": "Tests that executeScript with a file source can be fired from a page that immediately closes without crashing the browser",
"background": {
"scripts": ["test.js"],
"persistent": true
},
"permissions": ["tabs", "http://b.com/"]
}