1-Click Lyrics Search

1-Click Lyrics Search

Think of any song and search for lyrics in 1-Click. Click to view the lyrics, or click to view the Youtube video. KnowYourSong - The fastest, largest database online. Addon uses 3rd party site (www.KnowYourSong.com) for operation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "1-Click Lyrics Search",
  "version": "1.1.9resigned1",
  "description": "Search the largest lyrics database",
  "author": "1ClickProduct",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Search Lyrics",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "https://www.knowyoursong.com/"
  ],
  "background": {
    "scripts": [
      "popup/js/popup.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1e4f4cb2-620b-449c-9bb6-c9a0d1f137f1}"
    }
  }
}