Jira Dark Mode (DEPRECATED) Firefox

Examine source code of Jira Dark Mode (DEPRECATED)

Inspect and view changes in Jira Dark Mode (DEPRECATED) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Jira Dark Mode",
  "version": "1.1",
  "description": "Dark mode for all webpages matching atlassian.net/jira.",
  "icons": {
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.atlassian.net/*"
      ],
      "js": [
        "jira-dark-mode.js"
      ]
    }
  ]
}

Best Jira Dark Mode (DEPRECATED) Alternatives

Here are some Firefox add-ons that are similar to Jira Dark Mode (DEPRECATED):