MDN Dark Mode Firefox

Examine source code of MDN Dark Mode

Inspect and view changes in MDN Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MDN Dark Mode",
  "description": "Add a dark mode with different themes to the MDN Web Docs website. Open-Source.",
  "version": "1.0",
  "icons": {
    "16": "images/icon16.png",
    "24": "images/icon24.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://developer.mozilla.org/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "extensionStyles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "darkStyles.css",
    "/images/lightbulb-solid.svg",
    "/images/lightbulb-regular.svg"
  ]
}

Best MDN Dark Mode Alternatives

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