Light/Dark Mode Toggle Firefox

Examine source code of Light/Dark Mode Toggle

Inspect and view changes in Light/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": "Light/Dark Mode Toggle",
  "description": "Automatically switch between light and dark mode",
  "version": "1.0",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/light_mode_16.png",
      "48": "icons/light_mode_48.png",
      "128": "icons/light_mode_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/light_mode_16.png",
    "48": "icons/light_mode_48.png",
    "128": "icons/light_mode_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b1b26b18-cc60-4d95-8419-36aeaba7ad2b}"
    }
  }
}

Best Light/Dark Mode Toggle Alternatives

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