APIsec BOLT Firefox

Examine source code of APIsec BOLT

Inspect and view changes in APIsec BOLT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "APIsec BOLT",
  "version": "2.1.5",
  "description": "Discover APIs from browser traffic and auto-generate OpenAPI specs.",
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": "assets/icons/icon48.png",
    "default_title": "Open APIsec BOLT"
  },
  "sidebar_action": {
    "default_panel": "panel.html",
    "default_title": "APIsec BOLT",
    "default_icon": "assets/icons/icon48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "developer@apisec.ai",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ],
        "optional": [
          "authenticationInfo"
        ]
      }
    }
  }
}

Best APIsec BOLT Alternatives

Here are some Firefox add-ons that are similar to APIsec BOLT: