{
"name": "webRequest",
"version": "1.0",
"manifest_version": 2,
"description": "Tests the permissions of declarative webRequest API.",
"permissions": ["declarativeWebRequest", "<all_urls>"],
"incognito": "split",
"background": {
"scripts": ["background.js"],
"persistent": true
}
}