Schedule Dark Mode Firefox

Examine source code of Schedule Dark Mode

Inspect and view changes in Schedule Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "4.9.83",
  "description": "__MSG_extension_description__",
  "browser_action": {
    "default_title": "__MSG_extensionName__",
    "default_icon": {
      "19": "icons/dr_active_19.png",
      "38": "icons/dr_active_38.png"
    },
    "default_popup": "ui/popup/index.html"
  },
  "icons": {
    "16": "icons/dr_16.png",
    "48": "icons/dr_48.png",
    "128": "icons/dr_128.png"
  },
  "background": {
    "page": "background/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "inject/fallback.js",
        "inject/index.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "permissions": [
    "alarms",
    "contextMenus",
    "storage",
    "tabs",
    "theme",
    "<all_urls>"
  ],
  "optional_permissions": [],
  "commands": {
    "toggle": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      },
      "description": "__MSG_toggle_extension__"
    },
    "addSite": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "__MSG_toggle_current_site__"
    },
    "switchEngine": {
      "description": "__MSG_theme_generation_mode__"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "121.0",
      "id": "{414e941c-5ba3-4469-83bb-bb42e0d70640}"
    },
    "gecko_android": {}
  }
}

Best Schedule Dark Mode Alternatives

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