minimal-new-tab

minimal-new-tab

(FINISHED) Replacement of the new tab for Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "minimal-new-tab",
  "description": "(FINISHED) Replacement of the new tab for Google Chrome",
  "version": "1.0",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "icons": {
    "16": "img/icon-16.png",
    "128": "img/icon-128.png"
  }
}