GrooveControl for Grooveshark

GrooveControl for Grooveshark

Control your songs playback from any window.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GrooveControl for Grooveshark",
  "version": "1.2",
  "description": "Control your songs playback from any window.",
  "icons": {
    "64": "imgs/icon_64x64.png",
    "128": "imgs/icon_128x128.png"
  },
  "permissions": [
    "tabs",
    "http://grooveshark.com/*"
  ],
  "browser_action": {
    "default_title": "GrooveControl",
    "default_icon": "imgs/icon.png",
    "default_popup": "popup.html"
  }
}