Live HTTP Headers

Live HTTP Headers

Monitor all HTTP/HTTPs traffic from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "name": "Live HTTP Headers",
  "description": "Monitor all HTTP/HTTPs traffic from your browser.",
  "version": "1.7",
  "offline_enabled": true,
  "browser_action": {
    "default_icon": {
      "19": "img/icon19.png",
      "38": "img/icon38.png"
    },
    "default_title": "Live HTTP Headers"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/",
    "<all_urls>"
  ]
}