By: FlipX
Inspect and view changes in FlipX - Multi-Chain Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "FlipX - Multi-Chain Wallet",
"description": "Security first multi-chain wallet supporting SUI, Solana, and BSC",
"version": "0.0.2",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline' https:; font-src 'self' https:; img-src 'self' data: https:; connect-src 'self' https: wss:;",
"permissions": [
"tabs",
"storage",
"activeTab",
"sidePanel",
"clipboardRead",
"unlimitedStorage",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts/content.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"js": [
"content-scripts/content.js"
]
}
],
"web_accessible_resources": [
"injected.js"
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "FlipX Wallet",
"default_popup": "popup.html"
},
"sidebar_action": {
"default_panel": "sidepanel.html",
"default_title": "FlipX Sidebar"
},
"browser_specific_settings": {
"gecko": {
"id": "{6671eb7f-9c12-4125-9f42-18477425cfb3}"
}
}
} Best FlipX - Multi-Chain Wallet Alternatives
Here are some Firefox add-ons that are similar to FlipX - Multi-Chain Wallet: