HTTP Indicator Firefox

Examine source code of HTTP Indicator

By: pd4d10
Inspect and view changes in HTTP Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTTP Indicator",
  "version": "0.1.0",
  "description": "Indicator for HTTP/2, QUIC and HTTP/3",
  "homepage_url": "https://github.com/pd4d10/http-indicator",
  "icons": {
    "128": "icons/icon.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icons/default.png"
  }
}

Best HTTP Indicator Alternatives

Here are some Firefox add-ons that are similar to HTTP Indicator: