Sky Live Http Headers

Sky Live Http Headers

Sky Live Http Headers can graphically display Http requests and response headers.Copy button to copy the headers to the clipboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sky Live Http Headers",
  "description": "Sky Live Http Headers can graphically display Http requests and response headers.Copy button to copy the headers to the clipboard.",
  "version": "0.1.1",
  "homepage_url": "https://github.com/nagoring/Sky-Live-Http-Headers",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "storage",
    "webRequestBlocking",
    "http://*/",
    "https://*/",
    "clipboardRead"
  ],
  "background": {
    "scripts": [
      "js/lib/BackgroundWebRequest.js",
      "js/background.js"
    ]
  }
}