Blank New Tab Page

Blank New Tab Page

The ultimate speed boost for Chrome, an empty new tab page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blank New Tab Page",
  "version": "1.1",
  "manifest_version": 2,
  "description": "The ultimate speed boost for Chrome, an empty new tab page!",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "offline_enabled": true,
  "background": {
    "page": "background.html"
  },
  "chrome_url_overrides": {
    "newtab": "tab.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://s3.amazonaws.com; object-src 'self'"
}