New Tab Video

New Tab Video

Loads a beautiful video when you open a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Video",
  "description": "Loads a beautiful video when you open a new tab",
  "version": "0.0.0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}