Google Play: Add to Library

Google Play: Add to Library

Adds the song being played by Google Play Music to you library when you click the icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Google Play Add to Library",
  "version": "1.1resigned1",
  "description": "Clicking the extension icon will add the song being played by google play to your library",
  "icons": {
    "48": "icons/google_play_icon.png"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/google_play_icon.png",
    "default_title": "Add to Library",
    "default_popup": "popup/status.html"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a4202334-5b15-4710-8268-f9338e94d707}"
    }
  }
}