This extension lets Firefox

Examine source code of This extension lets

By: Fifa24
Inspect and view changes in This extension lets source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Toggle",
  "version": "1.0",
  "description": "Toggle dark mode on the current website with one click.",
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{76dc942a-39fd-4082-93a9-031f49c2f3cd}"
    }
  }
}

Best This extension lets Alternatives

Here are some Firefox add-ons that are similar to This extension lets: