SongBridge — Link Spotify & YouTube Music Firefox

Examine source code of SongBridge — Link Spotify & YouTube Music

By: Enzo
Inspect and view changes in SongBridge — Link Spotify & YouTube Music source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SongBridge — Link Spotify & YouTube Music",
  "version": "0.7",
  "description": "Adds a link to jump between music platforms",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://music.youtube.com/*",
        "*://open.spotify.com/*"
      ],
      "js": [
        "spotify.js",
        "youtube-music.js",
        "cpml.js"
      ],
      "css": [
        "assets/css/style.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "https://api.song.link/*"
  ],
  "icons": {
    "16": "assets/icons/icon_2-16.png",
    "32": "assets/icons/icon_2-32.png",
    "48": "assets/icons/icon_2-48.png",
    "128": "assets/icons/icon_2-128.png",
    "256": "assets/icons/icon_2-256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{4650e079-785d-449e-918f-5abfba6978bf}"
    }
  },
  "web_accessible_resources": [
    "injected-youtube-music.js"
  ]
}

Best SongBridge — Link Spotify & YouTube Music Alternatives

Here are some Firefox add-ons that are similar to SongBridge — Link Spotify & YouTube Music: