Custom New Tab

Custom New Tab

A clean custom new tab page designed for minimum distraction.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Custom New Tab",
  "description": "A clean custom new tab page designed for minimum distraction.",
  "author": "Josephus Paye II",
  "version": "1.0",
  "icons": {
    "128": "assets/images/icon_128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "management",
    "bookmarks",
    "storage",
    "unlimitedStorage",
    "http://*/",
    "https://*/"
  ],
  "chrome_url_overrides": {
    "newtab": "page.html"
  }
}