Minimalistic new tab

Minimalistic new tab

This extension replaces the default new tab with a more minimalstic one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Minimalistic new tab",
  "version": "1.9.0",
  "description": "This extension replaces the default new tab with a more minimalstic one",
  "icons": {
    "16": "img/newtab16.png",
    "32": "img/newtab32.png",
    "48": "img/newtab48.png",
    "98": "img/newtab98.png",
    "128": "img/newtab128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "tabs"
  ],
  "manifest_version": 3
}