Nord themed new page

Nord themed new page

Replaces the new tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Nord themed new page",
  "description": "Replaces the new tab page",
  "version": "0.0.2",
  "icons": {
    "128": "icon128.png",
    "192": "icon192.png",
    "256": "icon256.png"
  },
  "chrome_url_overrides": {
    "newtab": "blank.html"
  }
}