Simple Dark Mode Toggle Firefox

Examine source code of Simple Dark Mode Toggle

By: bugio
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/off for any page.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Toggle Dark Mode"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "darkmode-toggle-unique123@example.com"
    }
  }
}

Best Simple Dark Mode Toggle Alternatives

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