Grooveshark Broadcast Bot

Grooveshark Broadcast Bot

Deprecated plugin, check out the new bot on github!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Grooveshark Broadcast Bot",
  "short_name": "GS Bot",
  "description": "Deprecated plugin, check out the new bot on github!",
  "version": "2.0.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}