Live HTTP headers

Live HTTP headers

Displays the live log with the http requests headers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Live HTTP headers",
  "description": "Displays the live log with the http requests headers",
  "version": "2.7",
  "permissions": [
    "debugger"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Live HTTP headers"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}