Panda Wallet

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

Cos'è Panda Wallet?

Panda Wallet è un'estensione di Chrome sviluppata da Panda Wallet, e la sua funzione principale è "A non-custodial and open-source wallet for BSV and 1Sat Ordinals".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Panda Wallet

Scarica i file di estensione Panda Wallet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Panda Wallet Panda Wallet
ID mlbnicldlpdimbjdcncnklfempedeipj
URL Ufficiale https://chromewebstore.google.com/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj
Descrizione A non-custodial and open-source wallet for BSV and 1Sat Ordinals
Dimensione del File 2.75 MB
Conteggio Installazioni 2,000
Versione Corrente 2.11.4
Ultimo Aggiornamento 2024-01-24
Data di Pubblicazione 2023-10-21
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore Panda Wallet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Panda-Wallet/panda-wallet
URL della Pagina della Politica sulla Privacy https://github.com/Panda-Wallet/panda-wallet/blob/main/PRIVACY_POLICY.md
Lingue Supportate 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"
    }
}