Bandcamp New Tab

Bandcamp New Tab

This extension replaces the default new tab content with a new Bandcamp album.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bandcamp New Tab",
  "description": "This extension replaces the default new tab content with a new Bandcamp album.",
  "version": "0.0.3",
  "author": "Bandcamp, Inc.",
  "icons": {
    "128": "bc-newtab-icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "player.html"
  },
  "permissions": [
    "https://bandcamp.com/"
  ]
}