SoundCloud theme Designer Firefox

Examine source code of SoundCloud theme Designer

By: St4ndd
Inspect and view changes in SoundCloud theme Designer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SoundCloud Designer (Multiple)",
  "version": "1.0",
  "description": "Dark Theme for SoundCloud with custom background and fullscreen mode.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://soundcloud.com/*"
      ],
      "css": [
        "style.css",
        "fullscreen.css",
        "designer_sidebar.css"
      ],
      "js": [
        "content.js",
        "fullscreen.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": "icon48.png",
    "default_title": "Toggle Designer Sidebar"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "soundcloud-designer-multiple-001@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SoundCloud theme Designer Alternatives

Here are some Firefox add-ons that are similar to SoundCloud theme Designer: