ZeroTab - Empty New Tab Page

ZeroTab - Empty New Tab Page

With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ZeroTab - Empty New Tab Page",
  "version": "1.0.1",
  "short_name": "ZeroTab",
  "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
  "icons": {
    "128": "icon_128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ]
}