Hello Friend Bookmarks

Hello Friend Bookmarks

Easily add shortcuts to your favorite sites directly on the new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hello Friend Bookmarks",
  "version": "1.9",
  "description": "Easily add shortcuts to your favorite sites directly on the new tab.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "manifest_version": 3
}