Use My Current Account

Use the browser's profile when signing into Microsoft sites.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Use My Current Account",
  "version": "1.3",
  "description": "Use the browser's profile when signing into Microsoft sites.",
  "homepage_url": "https://github.com/novotnyllc/UseMyCurrentAccount",
  "permissions": [
    "identity",
    "identity.email",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "*://login.microsoftonline.com/*"
  ],
  "author": "Claire Novotny",
  "icons": {
    "16": "icons/icon_16.png",
    "20": "icons/icon_20.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "persistent": true,
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_16.png",
      "20": "icons/icon_20.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    }
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}