SAML Pen Test - Lite Firefox

Examine source code of SAML Pen Test - Lite

Inspect and view changes in SAML Pen Test - Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "SAML Pen Test - Lite",
  "version": "1.0",
  "description": "Test SAML Service Providers for Security Issues",
  "homepage_url": "http://www.idm-360.com/saml-pen-testing/",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "activeTab",
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "vkbeautify.0.99.00.beta.js",
      "background-ob.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/pen_32.png",
    "default_title": "SAML Pen Test"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "run_at": "document_end",
      "js": [
        "content-ob.js"
      ]
    }
  ],
  "options_ui": {
    "page": "penTestOptions.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "PenTestLite1_0_0@ssoexchange.com",
      "strict_min_version": "42.0"
    }
  },
  "icons": {
    "16": "images/pen_16.png",
    "32": "images/pen_32.png",
    "48": "images/pen_48.png",
    "128": "images/pen_128.png"
  },
  "manifest_version": 2
}

Best SAML Pen Test - Lite Alternatives

Here are some Firefox add-ons that are similar to SAML Pen Test - Lite: