{
"name": "webNavigation",
"version": "1.0",
"manifest_version": 2,
"description": "Tests the webNavigation API events - targetBlank.",
"background": {
"scripts": ["test_targetBlank.js"],
"persistent": true
},
"permissions": ["webNavigation", "tabs"]
}