{
"name": "webNavigation",
"version": "1.0",
"manifest_version": 2,
"description": "Tests the webNavigation API events - crossProcessAbort.",
"background": {
"page": "test_crossProcessAbort.html"
},
"permissions": ["webNavigation", "tabs"]
}