Panda Wallet

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

What is Panda Wallet?

Panda Wallet is a Chrome extension developed by Panda Wallet, and its main feature is "A non-custodial and open-source wallet for BSV and 1Sat Ordinals".

Extension Screenshots

screenshot

Download Panda Wallet Extension CRX File

Download Panda Wallet 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

                        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.                    

Extension Basic Information

Name Panda Wallet Panda Wallet
ID mlbnicldlpdimbjdcncnklfempedeipj
Official URL https://chromewebstore.google.com/detail/panda-wallet/mlbnicldlpdimbjdcncnklfempedeipj
Description A non-custodial and open-source wallet for BSV and 1Sat Ordinals
File Size 2.75 MB
Installation Count 2,000
Current Version 2.11.4
Last Updated 2024-01-24
Publish Date 2023-10-21
Rating 5.00/5 Total 7 Ratings
Developer Panda Wallet
Email [email protected]
Payment Type free
Extension Website https://github.com/Panda-Wallet/panda-wallet
Privacy Policy Page URL https://github.com/Panda-Wallet/panda-wallet/blob/main/PRIVACY_POLICY.md
Supported Languages 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"
    }
}