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": "小布荷包",
  "version": "1.0.2",
  "description": "小布荷包 是一款功能强大的浏览器插件钱包,专为简化和提升您的区块链交互体验而设计。它集钱包账户管理、DApp 无缝连接以及数字凭证(Verifiable Credentials, VC)管理于一体,为用户提供安全、便捷的数字身份与资产管理方案。",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon-logo.16x16.png",
    "48": "images/icon-logo.48x48.png",
    "128": "images/icon-logo.128x128.png"
  },
  "permissions": [
    "storage",
    "background"
  ],
  "action": {
    "default_title": "小布荷包",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "service_worker": "bg-wrapper.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/inject.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "js/content.js",
        "js/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}