API Response Mocker Firefox

Examine source code of API Response Mocker

Inspect and view changes in API Response Mocker source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "API Response Mocker",
  "short_name": "API Response",
  "version": "1.0.0",
  "description": "Adds a DevTools panel for intercepting and mocking API responses without modifying application code",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "devtools_page": "devtools/devtools.html",
  "options_page": "options/options.html",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "network_mock_interceptor@forgex.aevorn",
      "strict_min_version": "109.0"
    }
  }
}

Best API Response Mocker Alternatives

Here are some Firefox add-ons that are similar to API Response Mocker: