SoundDark

SoundDark

A better Dark theme for SoundCloud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "SoundDark",
  "version": "0.1.8.2",
  "description": "A better Dark theme for SoundCloud",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "sounddark.js"
      ],
      "matches": [
        "https://soundcloud.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "sounddark.css"
      ],
      "matches": [
        "https://soundcloud.com/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}