API Mock Generator Firefox

Examine source code of API Mock Generator

Inspect and view changes in API Mock Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "API Mock Generator",
  "version": "1.3",
  "description": "Generate and manage mock API responses directly in your browser for testing and development.",
  "permissions": [
    "storage",
    "activeTab",
    "downloads",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "API Mock Generator",
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cf445ce2-f72b-410c-ba10-d6921bca1f53}"
    }
  }
}

Best API Mock Generator Alternatives

Here are some Firefox add-ons that are similar to API Mock Generator: