Santa Baby

Santa Baby

Replace every new tab with lyrics from popular Christmas songs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Santa Baby",
  "version": "1.0",
  "description": "Replace every new tab with lyrics from popular Christmas songs.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}