Sauron - Dark mode for all websites Firefox

Examine source code of Sauron - Dark mode for all websites

Inspect and view changes in Sauron - Dark mode for all websites source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Sauron - Dark mode for all websites",
  "version": "1.3.4.3",
  "author": "Rishabh Maheshwari",
  "description": "Beautiful dark mode for all websites. Protect your eyes when you surf in dark enviroments.",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "jquery-3.3.1.min.js",
        "mutation-summary.js",
        "sauron-library.js",
        "imagesloaded.pkgd.min.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ]
}

Best Sauron - Dark mode for all websites Alternatives

Here are some Firefox add-ons that are similar to Sauron - Dark mode for all websites: