GitHub Dark Mode Firefox

Examine source code of GitHub Dark Mode

Por: MrWillCom
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"
  }
}

Mejores alternativas GitHub Dark Mode

Aquí hay algunas Firefox add-ons que son similares a GitHub Dark Mode: