Slack dark mode

Slack dark mode

Icons made by Freepik (https://www.freepik.com/) from https://www.flaticon.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "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"
      ]
    }
  ]
}