goTab New Tab

goTab New Tab

The goTab new tab page allows you to highly customize your new tab page, folder-style storage icons, multi-terminal access,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "zh_CN",
  "version": "1.0.1.600",
  "manifest_version": 3,
  "homepage_url": "https://gotab.link/",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "icons": {
    "32": "icons/icon_32.png",
    "64": "icons/icon_64.png",
    "128": "icons/icon_128.png",
    "256": "icons/icon_256.png",
    "512": "icons/icon_512.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "bookmarks"
  ],
  "action": {
    "default_icon": "logo.png",
    "default_title": "goTab新标签页",
    "default_popup": "html/popup.html"
  },
  "host_permissions": [
    "*://*.gotab.link/",
    "https://www.baidu.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}