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"
}