Banwenyu New Tab

Banwenyu New Tab

Know your browser new tab better;Customize drag&drop;Sort as you like;Make your browser more in line with your work&study habits.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.6.31",
  "manifest_version": 3,
  "permissions": [
    "activeTab"
  ],
  "optional_permissions": [
    "bookmarks",
    "favicon"
  ],
  "icons": {
    "16": "logo/[email protected]",
    "32": "logo/[email protected]",
    "48": "logo/[email protected]",
    "128": "logo/[email protected]"
  },
  "action": {
    "default_icon": "logo/[email protected]",
    "default_popup": "index.html#/popup",
    "default_title": "__MSG_appName__"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "homepage_url": "https://www.banwenyu.com",
  "host_permissions": [
    "*://*/*"
  ],
  "default_locale": "zh_CN",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "background": {
    "service_worker": "background.js"
  }
}