Dark theme for Slack Firefox

Examine source code of Dark theme for Slack

Inspect and view changes in Dark theme for Slack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Dark theme for Slack",
  "version": "1.5.8",
  "description": "Dark theme for Slack",
  "manifest_version": 2,
  "permissions": [
    "http://www.slack.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.slack.com/*",
        "https://*.slack.com/*"
      ],
      "js": [
        "slackd.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "images/dslack24.ico",
    "default_title": "Toggle the dark theme"
  },
  "icons": {
    "16": "images/dslack16.png",
    "48": "images/dslack48.png",
    "128": "images/dslack128.png"
  }
}

Best Dark theme for Slack Alternatives

Here are some Firefox add-ons that are similar to Dark theme for Slack: