Header Inject

Header Inject

Inject and override HTTP request headers. Simply.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.0",
  "name": "Header Inject",
  "description": "Inject and override HTTP request headers. Simply.",
  "permissions": [
    "contextMenus",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "page": "chrome/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_title": "Header Inject – click to configure",
    "default_popup": "chrome/popup.html#popup"
  },
  "options_page": "common/options.html",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}