Panda Wallet

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

Qu'est-ce que Panda Wallet ?

Panda Wallet est une extension Chrome développée par Panda Wallet, et sa fonction principale est "A non-custodial and open-source wallet for BSV and 1Sat Ordinals".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Panda Wallet

Téléchargez les fichiers d'extension Panda Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Panda Wallet Panda Wallet
ID mlbnicldlpdimbjdcncnklfempedeipj
URL Officiel https://chromewebstore.google.com/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj
Description A non-custodial and open-source wallet for BSV and 1Sat Ordinals
Taille du Fichier 2.75 MB
Nombre d'Installations 2,000
Version Actuelle 2.11.4
Dernière Mise à Jour 2024-01-24
Date de Publication 2023-10-21
Évaluation 5.00/5 Total 7 Évaluations
Développeur Panda Wallet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Panda-Wallet/panda-wallet
URL de la Page de Politique de Confidentialité https://github.com/Panda-Wallet/panda-wallet/blob/main/PRIVACY_POLICY.md
Langues Prises en Charge 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"
    }
}