Examine source code of 条条大道

Inspect and view changes in 条条大道 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": "条条大道",
  "description": "条条大道是一款简洁强大的导航网站,支持用户自定义自己的收藏和路径,作为起始页使用,所有数据加密保管,非用户自身上传其他人员不可见。",
  "version": "2.5.0",
  "manifest_version": 3,
  "icons": {
    "64": "icon/64.png",
    "128": "icon/128.png",
    "192": "icon/192.png"
  },
  "externally_connectable": {
    "matches": [
      "*://tab.taor.site/*"
    ]
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "permissions": [
    "background",
    "cookies",
    "bookmarks",
    "favicon",
    "search"
  ],
  "action": {
    "default_icon": "icon/64.png",
    "default_title": "条条大道"
  },
  "host_permissions": [
    "*://tab.taor.site/*",
    "*://*.baidu.com/*",
    "*://*.qq.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}