DarkCloud - SoundCloud Dark Mode

DarkCloud - SoundCloud Dark Mode

Changes soundcloud.com to a dark theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DarkCloud - SoundCloud Dark Mode",
  "version": "1.6.4",
  "description": "Changes soundcloud.com to a dark theme.",
  "icons": {
    "256": "icons/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.soundcloud.com/*"
      ],
      "exclude_globs": [
        "*://*.soundcloud.com/settings/connections"
      ],
      "css": [
        "dark.css"
      ]
    }
  ]
}