Open Headers Firefox

Examine source code of Open Headers

Inspect and view changes in Open Headers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "author": "Open Headers",
  "version": "2026.7.11",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@tirzuman.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "activeTab",
    "scripting",
    "cookies",
    "browsingData",
    "identity",
    "proxy"
  ],
  "host_permissions": [
    "<all_urls>",
    "file:///*"
  ],
  "background": {
    "scripts": [
      "js/background/index.js"
    ],
    "type": "module"
  },
  "devtools_page": "devtools.html",
  "sidebar_action": {
    "default_title": "Open Headers",
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content/fire-bridge/index.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content/perf-observer/index.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "*.js",
        "*.css",
        "js/*.js",
        "js/**/*.js",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Comma",
        "mac": "Command+Shift+Comma"
      },
      "description": "Open Open Headers popup"
    }
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src 'self' http: https: ws: wss: data: blob:; style-src 'self' 'unsafe-inline'; script-src 'self'; font-src 'self' data:; img-src 'self' data: blob:; media-src 'self' blob:; frame-src 'self' blob:"
  }
}

Best Open Headers Alternatives

Here are some Firefox add-ons that are similar to Open Headers: