Microsoft Account Auto-Picker Firefox

Examine source code of Microsoft Account Auto-Picker

Inspect and view changes in Microsoft Account Auto-Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Microsoft Account Auto-Picker",
  "version": "0.2.0",
  "description": "Automatically selects the correct Microsoft account based on the service you are accessing.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{20F6B78A-781B-4611-89BB-1556CF94C391}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://login.microsoftonline.com/*"
  ],
  "action": {
    "default_popup": "src/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://login.microsoftonline.com/*"
      ],
      "js": [
        "vendor/browser-polyfill.min.js",
        "src/content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best Microsoft Account Auto-Picker Alternatives

Here are some Firefox add-ons that are similar to Microsoft Account Auto-Picker: