Google Music Lyrics

Google Music Lyrics

Toggle lyrics panel inside Google Music for the current playing song

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Music Lyrics",
  "short_name": "Music Lyrics",
  "description": "Toggle lyrics panel inside Google Music for the current playing song",
  "author": "Tien Tran",
  "version": "1.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Toggle Lyrics for Google Music",
    "default_icon": "music_sheet.png"
  },
  "manifest_version": 2
}