chromium/chrome/test/data/extensions/api_test/webnavigation/crossProcessAbort/manifest.json

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