GitHub Account Switcher Firefox

Examine source code of GitHub Account Switcher

Inspect and view changes in GitHub Account Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Account Switcher",
  "description": "A convenient extension that enables users to seamlessly switch between multiple GitHub accounts.",
  "version": "1.2.0",
  "manifest_version": 2,
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.index.ts.5fbb284f.fe12608b.js"
      ],
      "matches": [
        "https://*.github.com/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/index.ts.7b9c5654.css"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "assets/browser-polyfill.7e0c1479.js",
    "assets/shared.beedccd5.js",
    "assets/injected.b21eed8c.js",
    "assets/index.ts.5fbb284f.js"
  ],
  "permissions": [
    "cookies",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://*.github.com/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4f24a46e-2eb9-42d6-a842-60c410b28b74}"
    }
  }
}

Best GitHub Account Switcher Alternatives

Here are some Firefox add-ons that are similar to GitHub Account Switcher: