A crypto wallet reimagined for DeFi & NFTs
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Phantom",
"description": "A crypto wallet reimagined for DeFi & NFTs",
"action": {
"default_popup": "popup.html",
"default_title": "Phantom"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"512": "icon512.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"solana.js",
"evmAsk.js",
"evmPhantom.js",
"evmMetamask.js",
"btc.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; worker-src 'self'"
},
"permissions": [
"activeTab",
"alarms",
"identity",
"storage",
"scripting",
"tabs",
"webRequest",
"unlimitedStorage"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"background/serviceWorker.js"
],
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+Shift+P",
"mac": "Alt+Shift+P",
"chromeos": "Alt+Shift+P",
"linux": "Alt+Shift+P"
}
}
},
"browser_specific_settings": {
"gecko": {
"id": "{7c42eea1-b3e4-4be4-a56f-82a5852b12dc}",
"strict_min_version": "128.0"
}
},
"sidebar_action": {
"default_title": "Phantom",
"default_panel": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png",
"512": "icon512.png"
},
"open_at_install": false
},
"version": "25.3.1",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjcmb0xbGzvg9N2018hVht6y7J6bJjiYtYuw2Mtxrr2vcKXKImxmrryTY9ksBV/00PdqWCHr0DOF6H9gofmTCyOIFGJ37+XejfmWjbkB6qWJHCH1zxiKGCG7TAoGN/Ony4jgsseIZlOmLDOR1+iiNz8dqdth7twRZ4dp+HqjG7e6M7Nj0tRnUscYSdxJCa0pz8V9F442QbzEh/41O3zAo/gP0dqVk3LYqX7xalXPNsTUm9MG1wZcL1jQHi96Oc5nUPQY32gAMDv+CrBr5ylAsDB36cgQSEKdQzFXgVRDq0DJ+Z93CAQ4tHcWNm8jd2YQtp0KuNmwgUec0cAM0UATW6QIDAQAB"
}