Dark Mode Reader Firefox

Examine source code of Dark Mode Reader

Inspect and view changes in Dark Mode Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Dark Mode Reader",
  "description": "A dark mode for reading websites",
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{072d84d6-6fcc-46bc-a71e-4063e66a3e28}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_title": "Toggle Dark Mode"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  }
}

Best Dark Mode Reader Alternatives

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