Darkify-pages Firefox

Examine source code of Darkify-pages

Inspect and view changes in Darkify-pages source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Darkify",
  "version": "1.0",
  "description": "Turn dark mode for all web pages",
  "homepage_url": "https://gitlab.com/stiko_/firefox-darkify",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "darkify.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings.html"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "first.ext@gmail.com"
    }
  }
}

Best Darkify-pages Alternatives

Here are some Firefox add-ons that are similar to Darkify-pages: