CyberPost Lab Firefox

Examine source code of CyberPost Lab

Inspect and view changes in CyberPost Lab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CyberPost Lab",
  "version": "1.0.0",
  "description": "A fully offline, browser-based HTTP request testing tool for cybersecurity researchers Dev BY Ghostbyte®",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "permissions": [
    "storage",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/serviceWorker.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cyberpost-lab@ghostbyte.app",
      "strict_min_version": "109.0"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best CyberPost Lab Alternatives

Here are some Firefox add-ons that are similar to CyberPost Lab: