GitHub Dark Mode Firefox

Examine source code of GitHub Dark Mode

Inspect and view changes in GitHub Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Dark Mode",
  "version": "0.2.3",
  "description": "The Dark Mode for GitHub.com",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "js/index.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/16.png",
      "38": "img/48.png"
    },
    "default_title": "GitHub Dark Mode"
  }
}

Best GitHub Dark Mode Alternatives

Here are some Firefox add-ons that are similar to GitHub Dark Mode: