New Tab Plus

New Tab Plus

Add up to 50 shortcuts to the new tab page and choose your preferred search engine.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "New Tab Plus",
  "description": "Add up to 50 shortcuts to the new tab page and choose your preferred search engine.",
  "version": "1.0.0",
  "author": "Richard Wehli",
  "permissions": [
    "storage"
  ],
  "options_page": "howtouse.html",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/new-tab-plus.png",
    "32": "images/new-tab-plus.png",
    "48": "images/new-tab-plus.png",
    "128": "images/new-tab-plus.png"
  }
}