Examine source code of UxTab新标签页

Inspect and view changes in UxTab新标签页 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "UxTab新标签页",
  "version": "23.0.4",
  "description": "体验最新版 UiTab 新标签页特性",
  "manifest_version": 3,
  "author": "雪域云巅科技有限公司",
  "permissions": [
    "bookmarks",
    "clipboardWrite",
    "tabs"
  ],
  "host_permissions": [
    "https://uetab.com/*/*"
  ],
  "icons": {
    "16": "ux/16.png",
    "32": "ux/32.png",
    "48": "ux/48.png",
    "128": "ux/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "ux/128.png"
  },
  "options_page": "index.html",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "liuzwdev@gmail.com",
      "strict_min_version": "42.0"
    },
    "safari": {
      "strict_min_version": "14"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}