My New Tab

My New Tab

Lord Ganesha on the new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "mytab.html"
  },
  "description": "Lord Ganesha on the new tab",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "name": "My New Tab",
  "version": "0.5"
}