Yearn New Tab

Yearn New Tab

Every time you open a new tab, it can take you to the place you want

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "version": "2.1.2",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "32": "assets/icon/icon_32.png",
    "48": "assets/icon/icon_48.png",
    "128": "assets/icon/icon_128.png",
    "300": "assets/icon/icon_300.png"
  },
  "host_permissions": [
    "https://www.yearnnewtab.com/"
  ],
  "permissions": [
    "topSites",
    "cookies"
  ],
  "optional_permissions": [],
  "background": {
    "service_worker": "sw.js"
  },
  "default_locale": "en",
  "minimum_chrome_version": "88",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}