Blank New Tab

Blank New Tab

Create a blank new tab without any existing content.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blank New Tab",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Create a blank new tab without any existing content.",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "browser_action": {
    "default_icon": {
      "24": "icon.png"
    },
    "default_title": "Blank New Tab"
  }
}