Replace NewTab

Replace NewTab

An extension to configure new tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Replace NewTab",
  "version": "1.0.1.61",
  "version_name": "0.0.1.61",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "128": "/icon/icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "chrome_url_overrides": {
    "newtab": "/html/newtab.html"
  },
  "action": {
    "default_icon": {
      "19": "/icon/icon_128.png"
    },
    "default_title": "Create replace URL",
    "default_popup": "/html/popup.html"
  }
}