{
  "name": "test_security_info",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Tests the webRequest API.",
  "permissions": ["webRequest", "webRequestBlocking", "tabs", "<all_urls>"],
  "background": {
    "scripts": ["test_security_info.js"],
    "persistent": true
  }
}
