New Tab Page Xsport

New Tab Page Xsport

Replaces the New Tab page with a blank one xsport.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "description": "Replaces the New Tab page with a blank one xsport.",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "name": " New Tab Page Xsport",
  "offline_enabled": true,
  "short_name": " New Tab 1 ",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "web_accessible_resources": [
    "icon48.png"
  ]
}