Lazy Payloads Firefox

Examine source code of Lazy Payloads

Inspect and view changes in Lazy Payloads source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Lazy Payloads",
  "description": "Quick way to copy payloads without leaving your browser so you can spend more time testing",
  "version": "3.0.1",
  "default_locale": "en",
  "icons": {
    "32": "icons/sloth-32.png",
    "64": "icons/sloth-64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "storage",
    "notifications",
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6a7f42cf-5ecd-4530-9646-db87c4c3b3a3}",
      "strict_min_version": "109.0"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/data/payloads/*.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "action": {
    "default_icon": {
      "32": "icons/sloth-32.png",
      "64": "icons/sloth-64.png"
    },
    "default_title": "Lazy Payloads",
    "default_popup": "popup/popup.html"
  }
}

Best Lazy Payloads Alternatives

Here are some Firefox add-ons that are similar to Lazy Payloads: