Bookmarks New Tab

Bookmarks New Tab

A New Tab replacement that shows the Bookmarks.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bookmarks New Tab",
  "version": "0.0.1.1",
  "description": "A New Tab replacement that shows the Bookmarks.",
  "manifest_version": 2,
  "minimum_chrome_version": "18.0.0.0",
  "offline_enabled": true,
  "options_page": "options.html",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "incognito": "spanning",
  "permissions": [
    "bookmarks",
    "chrome://favicon/",
    "management"
  ],
  "chrome_url_overrides": {
    "newtab": "new_tab.html"
  }
}