SwagLyrics for Spotify

SwagLyrics for Spotify

Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SwagLyrics for Spotify",
  "description": " Get lyrics of currently playing Spotify song so you don't sing along with the wrong ones and embarrass yourself later.",
  "version": "1.0",
  "icons": {
    "128": "swaglyrics_pfp_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "all_frames": true,
      "js": [
        "bridge.js"
      ]
    }
  ]
}