{
"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
}
}