HN Dark Mode Firefox

Examine source code of HN Dark Mode

Inspect and view changes in HN Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.0.3",
  "icons": {
    "48": "images/HackerNewsColor-48.png",
    "96": "images/HackerNewsColor-96.png",
    "128": "images/HackerNewsColor-128.png",
    "256": "images/HackerNewsColor-256.png",
    "512": "images/HackerNewsColor-512.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "*://news.ycombinator.com/*"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ]
}

Best HN Dark Mode Alternatives

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