Blank New Tab

Blank New Tab

Changes new tab page to be blank.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "blanknewtab.js"
      ],
      "matches": [
        "http://www.google.com/*/chrome/newtab*",
        "https://www.google.com/*/chrome/newtab*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "description": "Changes new tab page to be blank.",
  "manifest_version": 2,
  "name": "Blank New Tab",
  "version": "1.0"
}