GeroWallet Preview

Preview only version

What is GeroWallet Preview?

GeroWallet Preview is a Chrome extension developed by GeroWallet, and its main feature is "Preview only version".

Extension Screenshots

screenshot

Download GeroWallet Preview Extension CRX File

Download GeroWallet Preview 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

                        GeroWallet Preview ONLY version!

Http is wide open for localhost testing. 

This version will be frequently updated as new features are available.

Thank you for testing with us and helping us provide a better Cardano wallet.                    

Extension Basic Information

Name GeroWallet Preview GeroWallet Preview
ID iifeegfcfhlhhnilhfoeihllenamcfgc
Official URL https://chromewebstore.google.com/detail/gerowallet-preview/iifeegfcfhlhhnilhfoeihllenamcfgc
Description Preview only version
File Size 3.91 MB
Installation Count 623
Current Version 1.14.3
Last Updated 2023-07-28
Publish Date 2022-01-09
Developer GeroWallet
Email [email protected]
Payment Type free
Extension Website https://gerowallet.io/
Help Page URL https://gerowallet.io/#contact
Privacy Policy Page URL https://gerowallet.io/assets/downloads/UserAgreement.pdf
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GeroWallet Preview",
    "short_name": "GeroWallet Preview",
    "version": "1.14.3",
    "description": "Preview only version",
    "icons": {
        "16": ".\/assets\/img\/logo16.png",
        "48": ".\/assets\/img\/logo48.png",
        "128": ".\/assets\/img\/logo128.png"
    },
    "browser_action": {
        "default_popup": "index.html?#\/popup",
        "default_icon": {
            "16": ".\/assets\/img\/logo16.png",
            "48": ".\/assets\/img\/logo48.png",
            "128": ".\/assets\/img\/logo128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "clipboardRead",
        "chrome:\/\/favicon\/",
        "*:\/\/connect.trezor.io\/*"
    ],
    "web_accessible_resources": [
        "inject.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/connect.trezor.io\/*\/popup.html"
            ],
            "js": [
                ".\/assets\/vendor\/trezor-content-script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentPage.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}