Chrome Live Bookmarks

Chrome Live Bookmarks

A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Chrome Live Bookmarks",
  "short_name": "Chrome Live Bookmarks",
  "version": "0.20.0",
  "description": "A smarter New Tab replacement for Google Chrome with easy access to most frequently visited bookmarks",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "Mohammed Ismail Ansari <[email protected]>",
  "permissions": [
    "bookmarks",
    "history",
    "storage",
    "tabs"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}