New Tab Lite

New Tab Lite

A Fast and Light weight new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "New Tab Lite",
  "version": "0.0.4",
  "author": "Ramkumar K R",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "A Fast and Light weight new tab",
  "offline_enabled": true,
  "permissions": [
    "chrome://favicon/",
    "bookmarks"
  ]
}