baozi Start Page

baozi Start Page

baozi Start Page offers you a beautifully designed new tab with efficiency-increasing functions. This is the official extension of baozi Start Page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup-ext.html"
  },
  "chrome_url_overrides": {
    "newtab": "index-ext.html"
  },
  "content_scripts": [
    {
      "css": [
        "styles/customize-baidu.css"
      ],
      "js": [
        "scripts/customize-baidu.js"
      ],
      "matches": [
        "https://www.baidu.com/s?*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "styles/customize-bilibili.css"
      ],
      "js": [
        "scripts/customize-bilibili.js"
      ],
      "matches": [
        "https://www.bilibili.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scripts/bilibilitest.js"
      ],
      "matches": [
        "https://www.bilibili.com/*"
      ]
    }
  ],
  "default_locale": "zh_CN",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://search.bugjava.cn",
  "icons": {
    "64": "img/icons/favicon-64x64.png",
    "128": "img/icons/favicon-128x128.png",
    "192": "img/icons/favicon-192x192.png",
    "512": "img/icons/favicon-512x512.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "49",
  "name": "__MSG_extName__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.0"
}