LodeWallet

The functional Cardano wallet.

What is LodeWallet?

LodeWallet is a Chrome extension developed by LodeWallet, and its main feature is "The functional Cardano wallet.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download LodeWallet Extension CRX File

Download LodeWallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        LodeWallet exists to provide the simplest possible experience for Cardano DeFi users to send or receive multiple assets and securely connect to dApps on the Cardano blockchain.

LodeWallet is built with Haskell, allowing it to uniquely leverage Cardano's existing open-source Haskell infrastructure.                    

Extension Basic Information

Name LodeWallet LodeWallet
ID ikffplhknjhbfkgbhnionfklokakmknd
Official URL https://chromewebstore.google.com/detail/lodewallet/ikffplhknjhbfkgbhnionfklokakmknd
Description The functional Cardano wallet.
File Size 8.11 MB
Installation Count 120
Current Version 1.2.1
Last Updated 2022-11-30
Publish Date 2022-05-12
Developer LodeWallet
Email [email protected]
Payment Type free
Extension Website https://lodewallet.io
Privacy Policy Page URL https://lodewallet.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LodeWallet",
    "version": "1.2.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "description": "The functional Cardano wallet.",
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/background.jsexe\/all.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "\/popup.jsexe\/popup.html",
        "default_icon": {
            "16": "\/static\/images\/LD-Icon-16.png",
            "32": "\/static\/images\/LD-Icon-32.png",
            "48": "\/static\/images\/LD-Icon-48.png",
            "128": "\/static\/images\/LD-Icon-128.png"
        }
    },
    "icons": {
        "16": "\/static\/images\/LD-Icon-16.png",
        "32": "\/static\/images\/LD-Icon-32.png",
        "48": "\/static\/images\/LD-Icon-48.png",
        "128": "\/static\/images\/LD-Icon-128.png"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}