Zen tab

Zen tab

Override the new tab page with zen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zen tab",
  "description": "Override the new tab page with zen",
  "version": "0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "zen.html"
  },
  "manifest_version": 2
}