AWS SSO Auto Approve Firefox

Examine source code of AWS SSO Auto Approve

Inspect and view changes in AWS SSO Auto Approve source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AWS SSO Auto Approve",
  "version": "1.1.0",
  "description": "Automatically approves AWS SSO login requests from the CLI",
  "author": "Shashank Tyagi",
  "homepage_url": "https://github.com/CaptShanks/aws-sso-auto-approve",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.amazonaws.com/*",
        "https://*.awsapps.com/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tyagi3192@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AWS SSO Auto Approve Alternatives

Here are some Firefox add-ons that are similar to AWS SSO Auto Approve: