Blank New Tab

Blank New Tab

A blank new tab page with support for light and dark themes, no JavaScript.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.0.0",
  "author": "Guokai Han",
  "manifest_version": 3,
  "offline_enabled": true,
  "default_locale": "en",
  "icons": {
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}