Black New Tab Page

Black New Tab Page

Replaces the New Tab page with a black one.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Yury Ershov and Nick Vogt",
  "chrome_url_overrides": {
    "newtab": "n.html"
  },
  "description": "Replaces the New Tab page with a black one.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "name": "Black New Tab Page",
  "offline_enabled": true,
  "short_name": "Black New Tab",
  "version": "1.0.5"
}