Panda Wallet

A non-custodial and open-source wallet for BSV and 1Sat Ordinals

Hvad er Panda Wallet?

Panda Wallet er en Chrome-udvidelse udviklet af Panda Wallet, og dens hovedfunktion er "A non-custodial and open-source wallet for BSV and 1Sat Ordinals".

Udvidelsesskærmbilleder

screenshot

Download Panda Wallet-udvidelses-CRX-fil

Download Panda Wallet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Panda Wallet is an open-source, non-custodial web3 wallet designed for ease of use and everyday transactions for dapps built on Bitcoin SV. Tailored to support BSV and 1Sat Ordinals, Panda Wallet offers a straightforward and secure way to receive, send, and manage your digital assets.

Additionally, it is a powerful tool for developers looking to integrate a wallet into their BSV application thanks to Panda Wallet's Web3 provider functionality.                    

Grundlæggende oplysninger om udvidelsen

Navn Panda Wallet Panda Wallet
ID mlbnicldlpdimbjdcncnklfempedeipj
Officiel URL https://chromewebstore.google.com/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj
Beskrivelse A non-custodial and open-source wallet for BSV and 1Sat Ordinals
Filstørrelse 2.75 MB
Antal Installationer 2,000
Nuværende Version 2.11.4
Senest Opdateret 2024-01-24
Udgivelsesdato 2023-10-21
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler Panda Wallet
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Panda-Wallet/panda-wallet
URL til Fortrolighedspolitik Side https://github.com/Panda-Wallet/panda-wallet/blob/main/PRIVACY_POLICY.md
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.11.4",
    "manifest_version": 3,
    "name": "Panda Wallet",
    "description": "A non-custodial and open-source wallet for BSV and 1Sat Ordinals",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "Panda Wallet"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}