Nightify - Beautiful Dark Mode Firefox

Examine source code of Nightify - Beautiful Dark Mode

Inspect and view changes in Nightify - Beautiful Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Nightify - Beautiful Dark Mode",
  "version": "1.1.0",
  "description": "✨ Transform any website with a stunning dark theme. Auto dark mode, brightness control, and privacy first.",
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Nightify",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/dark-theme.js"
      ],
      "css": [
        "content/dark-theme.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "web_accessible_resources": [
    "content/*.css"
  ],
  "author": "Nightify Developer",
  "browser_specific_settings": {
    "gecko": {
      "id": "nightify@nightify.extension",
      "strict_min_version": "58.0"
    }
  }
}

Best Nightify - Beautiful Dark Mode Alternatives

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