Lyrics Finder

Lyrics Finder

Chrome Extension to easily pull up lyrics for any song through search using the Genius API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lyrics Finder",
  "version": "2.0.2",
  "description": "Chrome Extension to easily pull up lyrics for any song through search using the Genius API",
  "manifest_version": 3,
  "background": {
    "service_worker": "popup.js"
  },
  "action": {
    "default_title": "Lyrics Finder",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons16.png",
    "32": "icons32.png",
    "48": "icons48.png",
    "96": "icons96.png",
    "128": "icons128.png"
  }
}