Examine source code of Dark mode for Slack

Inspect and view changes in Dark mode for Slack source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Slack dark mode",
  "version": "0.2",
  "description": "Icons made by Freepik (https://www.freepik.com/) from https://www.flaticon.com",
  "content_scripts": [
    {
      "matches": [
        "https://*.slack.com/*",
        "http://*.slack.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}