Bookmarks - New Tab Page

Bookmarks - New Tab Page

New tab with native google chrome bookmarks 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": "Bookmarks - New Tab Page",
  "short_name": "Bookmarks - New Tab Page",
  "version": "0.2.0",
  "description": "New tab with native google chrome bookmarks page.",
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "author": "Nicolas Godefroy (https://www.nicolas-godefroy.fr/)",
  "homepage_url": "https://github.com/nicolasgodefroy7/new-tab-bookmarks",
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "128x128.png",
    "default_title": "Bookmarks - New Tab Page"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "tabs"
  ]
}