Overleaf Dark Mode Firefox

Examine source code of Overleaf Dark Mode

Inspect and view changes in Overleaf Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Overleaf Dark Mode",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "hacky implementation of a dark mode for Overleaf",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.overleaf.com/project/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "overleaf.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "Overleaf Dark Mode"
  }
}

Best Overleaf Dark Mode Alternatives

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