Mobile Interceptor (PT) Firefox

Examine source code of Mobile Interceptor (PT)

Inspect and view changes in Mobile Interceptor (PT) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mobile Interceptor (PT)",
  "version": "0.2.1",
  "description": "HTTP request interceptor and repeater for authorized penetration testing on Firefox Android. Inspect, modify, and replay HTTP traffic from explicitly scoped target domains.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "lib/redact.js",
      "lib/utils.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Interceptor Dashboard"
  },
  "options_ui": {
    "page": "ui/dashboard.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mobile-interceptor@solidleoz",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Mobile Interceptor (PT) Alternatives

Here are some Firefox add-ons that are similar to Mobile Interceptor (PT):