WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sui Wallet

Sui Wallet

View on Chrome Web Store
View Sui Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (5,470 ratings)
7 new ratings
21 views
This extension has been viewed 21 times

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

Your Sui super app
Type
Extension
Users
1,000,000 users
Website suiwallet.com
Mysten Labs
View author page of Mysten Labs
Published
Published on July 14, 2022
Version 24.12.99.32
Manifest version
3
Updated
Updated on March 27, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Sui 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": "Sui Wallet",
    "description": "Your Sui super app",
    "version": "24.12.99.32",
    "version_name": "24.12.99.32 (6fc1667)",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "unlimitedStorage",
        "identity"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [],
    "icons": {
        "16": "\/icon16.png",
        "32": "\/icon32.png",
        "48": "\/icon48.png",
        "128": "\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dapp-interface.js",
                "wa-sqlite-async.wasm"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "*:\/\/suiwallet.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; object-src 'none'; connect-src *; font-src 'self'; img-src * data:; media-src *; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'none'; frame-ancestors 'none';"
    }
}
© 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