Splendid

Splendid

A collection of splendid background videos on every new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Splendid",
  "version": "1.4",
  "description": "A collection of splendid background videos on every new tab",
  "icons": {},
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_scripts": [],
  "permissions": [
    "tabs"
  ]
}