Examine source code of Use My Current Account To Login Microsoft SSO

Inspect and view changes in Use My Current Account To Login Microsoft SSO source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "2023.1.30.3",
  "name": "Use My Current Account To Login Microsoft SSO",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "action": {
    "default_icon": "icons/icon_32.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "identity.email",
    "cookies",
    "declarativeNetRequest",
    "storage"
  ],
  "host_permissions": [
    "https://login.live.com/*",
    "https://login.microsoftonline.com/*",
    "https://login.microsoftonline.de/*",
    "https://login.microsoftonline.us/*",
    "https://login.partner.microsoftonline.cn/*",
    "https://www.vnprodev.com/*",
    "https://vnprodev.com/*"
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}