FocalTab

FocalTab

Minimal & customizable newtab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "FocalTab",
  "version": "1.2.0",
  "description": "Minimal & customizable newtab page",
  "author": "Michael Tong",
  "icons": {
    "16": "icons/16.ico",
    "48": "icons/48.ico",
    "128": "icons/128.ico"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}