New Tab No Doodles

New Tab No Doodles

Remove Google doodles from the new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New Tab No Doodles",
  "description": "Remove Google doodles from the new tab page.",
  "version": "1.1.2",
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "seedling48.png",
    "128": "seedling128.png"
  }
}