XML SAML Certificate Decoder Firefox

Examine source code of XML SAML Certificate Decoder

Inspect and view changes in XML SAML Certificate Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "XML SAML Certificate Decoder",
  "version": "1.0.4",
  "description": "Scrape and decode X.509 certificates directly from metadata files.",
  "homepage_url": "https://ryangoodwin.dev/XmlSamlCertDecoder",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/icon_16.png",
      "32": "icons/icon_32.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    },
    "default_title": "SAML Certificate Decoder",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ryan@ryangoodwin.dev"
    }
  }
}

Best XML SAML Certificate Decoder Alternatives

Here are some Firefox add-ons that are similar to XML SAML Certificate Decoder: