EmbedWarden Firefox

Examine source code of EmbedWarden

By: Amy
Inspect and view changes in EmbedWarden source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "EmbedWarden",
  "version": "1.0.0",
  "description": "Audit iframe/embed hardening hints and identify unsafe third-party embed patterns.",
  "icons": {
    "48": "sigil/icon-48.png",
    "96": "sigil/icon-96.png",
    "128": "sigil/icon-128.png"
  },
  "action": {
    "default_title": "EmbedWarden",
    "default_popup": "panel/view.html",
    "default_icon": {
      "48": "sigil/icon-48.png"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "sentry/scan.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0383847b-0679-4703-ba0b-d76322c063d6}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best EmbedWarden Alternatives

Here are some Firefox add-ons that are similar to EmbedWarden: