DarkCloud - Soundcloud Night Mode

DarkCloud - Soundcloud Night Mode

Changes soundcloud.com to a dark theme.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "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"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{534c6d6e-de02-417d-a38e-4007d33914b6}"
    }
  }
}