Inferhythm

Inferhythm

Get Genius lyrics for the track that's currently being played on Spotify.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Inferhythm",
  "version": "1.0.3",
  "description": "Get Genius lyrics for the track that's currently being played on Spotify.",
  "permissions": [
    "identity",
    "cookies",
    "https://accounts.spotify.com/api/token",
    "https://api.genius.com/search"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}