New Tab

New Tab

Yet another new tab page

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",
  "version": "0.3.1",
  "author": "Ramkumar K R",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "Yet another new tab page",
  "offline_enabled": true,
  "permissions": [
    "chrome://favicon/",
    "storage",
    "bookmarks",
    "management"
  ],
  "options_page": "options.html"
}