Redirect for Spotify Firefox

Examine source code of Redirect for Spotify

Inspect and view changes in Redirect for Spotify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Redirect for Spotify",
  "version": "0.1.0",
  "description": "Redirects open.spotify.com links to your desktop application.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://open.spotify.com/*"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ],
  "permissions": [
    "webNavigation"
  ]
}

Best Redirect for Spotify Alternatives

Here are some Firefox add-ons that are similar to Redirect for Spotify: