RIP Grooveshark

RIP Grooveshark

Restore Internet Playlists

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RIP Grooveshark",
  "description": "Restore Internet Playlists",
  "version": "1.0.2",
  "version_name": "1.2 beta",
  "browser_action": {
    "default_icon": "images/profile.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://ec2-52-0-6-182.compute-1.amazonaws.com/*",
    "https://grooveshark.com/auth/*",
    "https://auth.grooveshark.com/*"
  ]
}