API Lab — Offline API Tester Firefox

Examine source code of API Lab — Offline API Tester

Inspect and view changes in API Lab — Offline API Tester source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "API Lab — Offline API Tester",
  "version": "1.0.2",
  "description": "A full-page, offline API testing workbench. Build, save, chain and batch-run HTTP requests right inside your browser.",
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Open API Lab"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "api-lab@local.test",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best API Lab — Offline API Tester Alternatives

Here are some Firefox add-ons that are similar to API Lab — Offline API Tester: