Custom New Tab

Custom New Tab

Customize the New Tab URL. Change New Tab to point to any URL or local file you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "version": "1.8",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "offline_enabled": true,
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "homepage_url": "https://dictanote.co/custom-new-tab/",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.dictanote.co/*",
      "https://dictanote.co/*",
      "http://localhost:8000/*"
    ]
  },
  "permissions": [
    "storage"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj4CBWCXF0Mnoq43YF/ddH+38HE7c+B8n733flnzsmjXh4nkKz4qOOiYvqHd065b4aCr16xhuDa48wv78UEnf9aM/0t09dBvRwqrECa4jkdN7R7UOeN8b6pXUVD+s2HLr37tg8Gs/cxJa7YpcMLwkhbVK8YgTmsljZg0OODVTyYZHcavp4ev+3GphQAIbvOiyTgX4aMyJX2yMHCXhRa/bUx6hKRtqMAYIY/6iPjJiseGjAJ7L8dRdkp+HbyNJcm0i8BXBVozSnQjBX8cVwiezkx5r5nT5eRhk4lkz+hG8p8EZ2lZZHnEiYE9peTgyLoZmFeOc68xFpa2NAcVRPJnmWQIDAQAB",
  "action": {},
  "update_url": "https://clients2.google.com/service/update2/crx"
}