BNTP: Bookmarks in New Tab Page

BNTP: Bookmarks in New Tab Page

Lightweight New Tab Page with Bookmarks and Top Sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BNTP: Bookmarks in New Tab Page",
  "version": "3.4.2",
  "description": "Lightweight New Tab Page with Bookmarks and Top Sites",
  "permissions": [
    "bookmarks",
    "topSites",
    "favicon",
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_popup": "index.html#popup"
  },
  "icons": {
    "48": "small_tiles.png",
    "128": "small_tiles_128.png"
  },
  "manifest_version": 3
}