AWS SAML Containers Firefox

Examine source code of AWS SAML Containers

Inspect and view changes in AWS SAML Containers source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AWS SAML Containers",
  "version": "1.0.0",
  "description": "Automatically places AWS SAML logins into per-role containers.",
  "permissions": [
    "activeTab",
    "tabs",
    "cookies",
    "contextualIdentities",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://signin.aws.amazon.com/saml"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aws-saml-containers@mcmathews"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://signin.aws.amazon.com/saml"
      ],
      "js": [
        "samlLogin.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best AWS SAML Containers Alternatives

Here are some Firefox add-ons that are similar to AWS SAML Containers: