Minimal New Tab

Minimal New Tab

newtab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Minimal New Tab",
  "version": "1.8",
  "description": "newtab",
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "topSites"
  ],
  "host_permissions": [
    "*://suggestqueries.google.com/complete/*",
    "https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}