Humble New Tab Page

Humble New Tab Page

Redesigned new tab page featuring your bookmarks, apps, most visited, and recently closed in a custom layout.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Humble New Tab Page",
  "short_name": "HNTP",
  "version": "1.26.1",
  "minimum_chrome_version": "104",
  "manifest_version": 3,
  "description": "Redesigned new tab page featuring your bookmarks, apps, most visited, and recently closed in a custom layout.",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "bookmarks",
    "favicon",
    "topSites",
    "tabs",
    "fontSettings",
    "sessions"
  ],
  "optional_host_permissions": [
    "file:///"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_ui": {
    "page": "newtab.html?options",
    "open_in_tab": true
  }
}