LyricMe

LyricMe

Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/icon-19.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "css/tab.css"
      ],
      "js": [
        "js/jquery-1.7.2.min.js",
        "js/common.js",
        "js/sites.js",
        "js/elements.js",
        "js/begin.js"
      ],
      "matches": [
        "http://www.metrolyrics.com/*-lyrics-*.html",
        "http://metrolyrics.com/*-lyrics-*.html",
        "http://www.azlyrics.com/lyrics/*",
        "http://azlyrics.com/lyrics/*",
        "http://www.songmeanings.net/songs/view/*",
        "http://songmeanings.net/songs/view/*"
      ]
    }
  ],
  "description": "Using LyricMe, you can either view the lyrics in a simplified display or copy them to the clipboard in one click.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "manifest_version": 2,
  "name": "LyricMe",
  "permissions": [
    "clipboardWrite",
    "tabs"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2"
}