One-Click Rewind Button for Google Music

One-Click Rewind Button for Google Music

Rewind in Google Music from your address bar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "One-Click Rewind Button for Google Music",
  "description": "Rewind in Google Music from your address bar.",
  "version": "0.0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "19": "images/rw_19_black.png",
      "38": "images/rw_38_black.png"
    }
  },
  "manifest_version": 2
}