Night Mode v1 Firefox

Examine source code of Night Mode v1

By: web3
Inspect and view changes in Night Mode v1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Night Mode",
  "version": "1.0",
  "description": "Dark theme for webpages",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Night Mode"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d9ae2f8-caa5-45ee-8ce3-c88b0d4df536}"
    }
  }
}

Best Night Mode v1 Alternatives

Here are some Firefox add-ons that are similar to Night Mode v1: