Spotify Controller Firefox

Examine source code of Spotify Controller

By: Rowan
Inspect and view changes in Spotify Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Spotify Controller",
  "version": "1.0.0",
  "description": "Control your Spotify playback directly from Firefox",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "storage",
    "identity",
    "https://api.spotify.com/*",
    "https://accounts.spotify.com/*"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon.svg",
      "96": "icons/icon.svg"
    },
    "default_title": "Spotify Controller"
  },
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "show-redirect-uri.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "spotify-controller@example.com",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Spotify Controller Alternatives

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