New Tab Page

New Tab Page

This Chrome extension replaces your Google Chrome "new tab" page with a list of links you get to customize.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab Page",
  "description": "This Chrome extension replaces your Google Chrome \"new tab\" page with a list of links you get to customize.",
  "version": "0.1",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "new-tab.html"
  },
  "permissions": [
    "storage"
  ]
}