Dark Mode Everywhere Firefox

Examine source code of Dark Mode Everywhere

Inspect and view changes in Dark Mode Everywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Night Mode Free",
  "version": "1.0.0",
  "author": "programmer",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "browser_action": {
    "default_title": "Night Mode Free",
    "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
    },
    {
      "all_frames": true,
      "js": [
        "/js/1.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "match_about_blank": true,
      "run_at": "document_start"
    }
  ],
  "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__"
    }
  },
  "applications": {
    "gecko": {
      "id": "addon@programmer.org",
      "strict_min_version": "54.0"
    }
  }
}

Best Dark Mode Everywhere Alternatives

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