Blank tabs - SecurityInfinity

Blank tabs - SecurityInfinity

Changes the default google chrome page to a blank tab

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blank tabs - SecurityInfinity",
  "description": "Changes the default google chrome page to a blank tab",
  "version": "1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "manifest_version": 3
}