Structured Headers Hard Mode Firefox

Examine source code of Structured Headers Hard Mode

Inspect and view changes in Structured Headers Hard Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "HTTP Structured Headers: Hard mode for the web.",
  "manifest_version": 2,
  "name": "Structured Headers Hard Mode",
  "version": "1.0.0",
  "homepage_url": "https://github.com/miketaylr/structured-headers-hardmode",
  "icons": {
    "128": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "67.0a1"
    }
  }
}

Best Structured Headers Hard Mode Alternatives

Here are some Firefox add-ons that are similar to Structured Headers Hard Mode: