Uncluttered New Tab

Uncluttered New Tab

Replaces the default new tab page with a custom page that displays the user's most frequent websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Uncluttered New Tab",
  "version": "1.0.3",
  "description": "Replaces the default new tab page with a custom page that displays the user's most frequent websites.",
  "permissions": [
    "topSites",
    "favicon",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "48px.png",
    "128": "128px.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}