Simple Dark Mode Toggle Firefox

Examine source code of Simple Dark Mode Toggle

By: WIN456
Inspect and view changes in Simple Dark Mode Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple Dark Mode Toggle",
  "version": "1.0",
  "description": "Toggle dark mode on any website with a single click.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "Toggle Dark Mode"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "darkmode-toggle@example.com"
    }
  }
}

Best Simple Dark Mode Toggle Alternatives

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