HTTP Indicator

HTTP Indicator

Indicator for HTTP/2, QUIC and HTTP/3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": "default.0971fb02.png"
  },
  "version": "1.2.2",
  "name": "HTTP Indicator",
  "description": "Indicator for HTTP/2, QUIC and HTTP/3",
  "homepage_url": "https://github.com/pd4d10/http-indicator",
  "background": {
    "service_worker": "background.5fadff2f.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.c6e886c9.js"
      ],
      "css": []
    }
  ]
}