New Tab Video Background

New Tab Video Background

Replace the default new tab with your own video background from YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Video Background",
  "version": "0.1",
  "description": "Replace the default new tab with your own video background from YouTube.",
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html"
}