WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Console Wallet

Console Wallet

View on Chrome Web Store
View Console Wallet Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (35 ratings)
1 new ratings
26 views
This extension has been viewed 26 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.

Console is a self‑custodial browser wallet for the Canton network. It covers the basics first: store, send, and receive tokens with…
Type
Extension
Users
7,000 users
500
pixelplex
View author page of pixelplex
Published
Published on November 4, 2025
Version 1.1.1
Manifest version
3
Updated
Updated on November 19, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Console 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": "Console Wallet",
    "version": "1.1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/offscreen.html",
                "src\/offscreen.ts"
            ],
            "matches": [
                "chrome-extension:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "offscreen",
        "tabs"
    ]
}
© 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