{ "manifest_version": 2, "name": "Request Manipulator", "version": "1.0", "description": "Allows manipulating requests", "permissions": [ "webRequest", "webRequestBlocking", "" ], "background": { "scripts": ["background.js"] }, "browser_action": { "default_title": "Request Manipulator" } }