Hoppscotch Extension for Firefox Firefox

Examine source code of Hoppscotch Extension for Firefox

Inspect and view changes in Hoppscotch Extension for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hoppscotch Browser Extension",
  "version": "0.37",
  "description": "Provides more capabilities for Hoppscotch",
  "icons": {
    "16": "icons/icon-16x16.png",
    "48": "icons/icon-48x48.png",
    "128": "icons/icon-128x128.png"
  },
  "action": {
    "default_title": "Hoppscotch Extension",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js.map"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "postwoman-firefox@postwoman.io"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'"
  }
}

Best Hoppscotch Extension for Firefox Alternatives

Here are some Firefox add-ons that are similar to Hoppscotch Extension for Firefox: