Night Mode Toggle Firefox

Examine source code of Night Mode Toggle

Inspect and view changes in Night Mode Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Night Mode Toggle",
  "version": "1.0",
  "description": "Toggle a dark reading mode for any website.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Toggle Night Mode"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4419794-714e-4655-b625-f98765a8b3ff}"
    }
  }
}

Best Night Mode Toggle Alternatives

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