Blank Tab

Blank Tab

Makes the New Tab page a truly blank page which uses no scripts. It also supports light and dark mode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Blank Tab",
  "description": "Makes the New Tab page a truly blank page which uses no scripts. It also supports light and dark mode.",
  "version": "1.1",
  "offline_enabled": true,
  "homepage_url": "https://youtu.be/M6lrnV5coqw",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}