{
"name": "WebRequest + incognito = crash",
"incognito":"split",
"version": "1",
"manifest_version": 2,
"background": {
"scripts": ["background.js"],
"persistent": true
},
"permissions": [
"webRequest",
"<all_urls>"
]
}