Grips

Grips

Tiny and simple your online players controller. Capable with: ✓ Pandora radio ✓ Spotify ✓ Grooveshark ✓ Rdio Skip, turn…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Contorl Grooveshark, Rdio, Pandora and Spotify."
  },
  "description": "",
  "icons": {
    "16": "icon.png",
    "48": "grips-logo.png"
  },
  "manifest_version": 2,
  "name": "Grips",
  "permissions": [
    "tabs",
    "*://*/*",
    "storage"
  ],
  "short_name": "Grips",
  "version": "1.0.1",
  "web_accessible_resources": [
    "pixel.gif"
  ]
}