Paloma Nest(Beta)

Paloma wallet in your browser

What is Paloma Nest(Beta)?

Paloma Nest(Beta) is a Chrome extension developed by https://palomachain.com, and its main feature is "Paloma wallet in your browser".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Paloma Nest(Beta) Extension CRX File

Download Paloma Nest(Beta) 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

                        The Paloma Nest browser extension allows users to create a new wallet or manage an existing wallet for the Paloma blockchain from their browser. 

This is a BETA application that will be updated to enhance functionality. This application connects to the active Paloma Mainnet and the currently active testnet network.

KEY FEATURES // 
- Create a new wallet
- View wallet balances
- View account activity
- Send native Paloma tokens to other addresses
- Receive native test tokens 
- Import or export existing wallets
- Claim GRAIN Tokenback rewards

SUPPORT // 
For updates and prior discussions on this extension and the Paloma blockchain, visit https://forum.palomachain.com or join the official Paloma Discord https://discord.gg/tNqkNHvVNc. Documentation is at https://docs.palomachain.com                    

Extension Basic Information

Name Paloma Nest(Beta) Paloma Nest(Beta)
ID cjmmdephaciiailjnoikekdebkcbcfmi
Official URL https://chromewebstore.google.com/detail/paloma-nestbeta/cjmmdephaciiailjnoikekdebkcbcfmi
Description Paloma wallet in your browser
File Size 2.32 MB
Installation Count 261
Current Version 1.4.1 beta
Last Updated 2024-01-25
Publish Date 2022-11-08
Rating 4.99/5 Total 76 Ratings
Developer https://palomachain.com
Email [email protected]
Payment Type free
Extension Website https://www.palomachain.com
Help Page URL https://discord.gg/tNqkNHvVNc
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Paloma wallet in your browser",
    "version": "1.4.1",
    "manifest_version": 3,
    "name": "Paloma Nest(Beta)",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": [],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "popup.html",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "system.display"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.testnet.palomaswap.com\/",
        "https:\/\/*.palomaswap.com\/",
        "https:\/\/*.palomachain.com\/"
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "version_name": "1.4.1 beta"
}