三顿新标签页

三顿新标签页

专为打工人准备的浏览器标签页,支持分组/同步/嵌入式页面/组件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "三顿新标签页",
  "description": "专为打工人准备的浏览器标签页,支持分组/同步/嵌入式页面/组件",
  "version": "1.7.8",
  "manifest_version": 3,
  "icons": {
    "64": "icon/64.png",
    "128": "icon/128.png",
    "192": "icon/192.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.sandunppt.com/*"
    ]
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "permissions": [
    "background",
    "cookies",
    "bookmarks",
    "favicon"
  ],
  "action": {
    "default_icon": "icon/64.png",
    "default_title": "三顿新标签页"
  },
  "host_permissions": [
    "*://*.sandunppt.com/*",
    "*://*.baidu.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  }
}