Cyber Monday Music

Cyber Monday Music

Cyber Monday Music: Because shopping online shouldn't mean missing out on all that great holiday music.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Cyber Monday Music",
  "manifest_version": 2,
  "version": "0.1.1",
  "description": "Cyber Monday Music: Because shopping online shouldn't mean missing out on all that great holiday music.",
  "icons": {
    "48": "resources/images/icon_48.png",
    "128": "resources/images/icon_128.png"
  },
  "browser_action": {
    "default_icon": "resources/images/icon.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://www.amazon.com/*",
        "http://www.walmart.com/*",
        "http://www.target.com/*",
        "http://www.bestbuy.com/*"
      ],
      "js": [
        "resources/js/music_monday.js"
      ]
    }
  ]
}