GitHub Account Switcher

GitHub Account Switcher

A convenient extension that enables users to seamlessly switch between multiple GitHub accounts.

Merlin
Additional files are visible only to premium users

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}"
    }
  }
}