chromium/chrome/test/data/extensions/api_test/webrequest_pac_request/manifest.json

{
  "name": "Count requests for /self.pac and /title2.html",
  "description": "Count requests for /self.pac and /title2.html",
  "manifest_version": 2,
  "permissions": ["webRequest", "<all_urls>"],
  "version": "0.1",
  "background": {
    "scripts": ["background.js"],
    "persistent": true
  }
}