Bandcast

Bandcast

Listen to Bandcamp music on your TV via Chromecast

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bandcast",
  "description": "Listen to Bandcamp music on your TV via Chromecast",
  "version": "0.0.4",
  "author": "Hiroki Sato",
  "content_scripts": [
    {
      "matches": [
        "*://*.bandcamp.com/album/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "sender.js",
    "*.png"
  ]
}