Dark Mode Scheduler V2 Firefox

Examine source code of Dark Mode Scheduler V2

Inspect and view changes in Dark Mode Scheduler V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Mode Scheduler V2",
  "version": "1.3",
  "description": "Automatically enables dark mode based on your schedule, with manual toggle and live status.",
  "permissions": [
    "storage",
    "tabs",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e404e831-0f87-4d17-bb07-8bb92f7323e0}"
    }
  }
}

Best Dark Mode Scheduler V2 Alternatives

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