New Tab

New Tab

DIY New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "New Tab",
  "description": "DIY New Tab",
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "256": "icons/icon.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}