AuraDark: E-Paper & Dark Mode Firefox

Examine source code of AuraDark: E-Paper & Dark Mode

Inspect and view changes in AuraDark: E-Paper & Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AuraDark: Premium Eye Comfort & Dark Mode",
  "version": "1.0",
  "description": "A visually stunning dark mode extension with customized eye-comfort themes (Soft Dark, OLED Black, Sepia, Forest Sage, Warm Amber) and adjustable filters.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background/background.js",
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "auradark@mandeep.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "commands": {
    "toggle_dark_mode": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Command+Shift+D"
      },
      "description": "Toggle AuraDark Mode"
    }
  }
}

Best AuraDark: E-Paper & Dark Mode Alternatives

Here are some Firefox add-ons that are similar to AuraDark: E-Paper & Dark Mode: