In Spotify Firefox

Examine source code of In Spotify

Inspect and view changes in In Spotify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "In Spotify",
  "version": "1.0",
  "description": "Opens Spotify links in the desktop app instead of the web player.",
  "permissions": [
    "storage",
    "webRequest",
    "tabs",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "*://open.spotify.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@in-spotify"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/spotify-in-16.png",
      "48": "icons/spotify-in-48.png",
      "128": "icons/spotify-in-128.png"
    }
  },
  "icons": {
    "16": "icons/spotify-in-16.png",
    "48": "icons/spotify-in-48.png",
    "128": "icons/spotify-in-128.png"
  }
}

Best In Spotify Alternatives

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