Auto Dark Mode Firefox

Examine source code of Auto Dark Mode

By: BY88
Inspect and view changes in Auto Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Dark Mode",
  "version": "1.0",
  "description": "Automatically switch to dark mode based on time or ambient light.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icons/dark-mode-48.png",
    "128": "icons/dark-mode-128.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/dark-mode-48.png"
    },
    "default_title": "Auto Dark Mode"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0457aeb-8317-4236-8cf0-e700c9f1e9e3}"
    }
  }
}

Best Auto Dark Mode Alternatives

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