Black New Tab FOCUS

Black New Tab FOCUS

Replace the default new tab with an empty black page to help you stay focused

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Black New Tab FOCUS",
  "version": "1.0.0",
  "manifest_version": 3,
  "description": "Replace the default new tab with an empty black page to help you stay focused",
  "homepage_url": "https://github.com/davzoku",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}