Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "D3fenders Wallet",
"description": "Self-custody crypto wallet with vault-based 2FA transaction protection. Supports Solana, Ethereum, Polygon, Avalanche, and Arbitrum.",
"version": "1.5.22",
"version_name": "1.5.22",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "D3fenders Wallet"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader-GyH_pIYv.js"
],
"matches": [
"https:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*"
],
"resources": [
"tokens.json",
"inject.js",
"verifiedDomains.json",
"assets\/*",
"assets\/verifiedDomains.types-B91NKfky.js",
"assets\/contentScript.ts-C61zMrVa.js"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https: wss: data: blob:;"
}
}