WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Mango Wallet

Mango Wallet

View on Chrome Web Store
View Mango Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (181 ratings)
1 new ratings
29 views
This extension has been viewed 29 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Mango Wallet A self custody crypto wallet built on Mango. Helps you to manage your wallet on Mango network, easily interact with…
Type
Extension
Users
100,000 users
50K
MangoNetwork
View author page of MangoNetwork
Published
Published on March 22, 2024
Version 25.8.7.0
Manifest version
3
Updated
Updated on August 7, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Mango Wallet Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mango Wallet",
    "description": "",
    "version": "25.8.7.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "unlimitedStorage",
        "identity"
    ],
    "action": {
        "default_popup": "ui.html?type=popup"
    },
    "host_permissions": [
        "https:\/\/mainnet.mangonet.io\/*",
        "https:\/\/fullnode.testnet.mangonetwork.io\/*",
        "https:\/\/fullnode.devnet.mangonetwork.io\/*"
    ],
    "icons": {
        "16": "icons\/mgo-icon-16.png",
        "32": "icons\/mgo-icon-32.png",
        "48": "icons\/mgo-icon-48.png",
        "128": "icons\/mgo-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src * data:; media-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
    },
    "version_name": "25.8.7.0 (40100c7)"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top