LiminoWallet

It is used for digital signature and digital asset management, and for storing and trading crypto assets

What is LiminoWallet?

LiminoWallet is a Chrome extension developed by Limino, and its main feature is "It is used for digital signature and digital asset management, and for storing and trading crypto assets".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download LiminoWallet Extension CRX File

Download LiminoWallet 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

                        用于数字签名及数字资产管理,用于存储和交易加密资产                    

Extension Basic Information

Name LiminoWallet LiminoWallet
ID ljgaiedhmdfibdpilgpglddemlbedmhh
Official URL https://chromewebstore.google.com/detail/liminowallet/ljgaiedhmdfibdpilgpglddemlbedmhh
Description It is used for digital signature and digital asset management, and for storing and trading crypto assets
File Size 2.53 MB
Installation Count 1,442
Current Version 3.0.9
Last Updated 2023-09-16
Publish Date 2022-11-22
Rating 5.00/5 Total 6 Ratings
Developer Limino
Email [email protected]
Payment Type free
Extension Website https://www.wormholes.com/
Help Page URL https://www.wormholes.com/docs/wallet/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiminoWallet",
    "description": "It is used for digital signature and digital asset management, and for storing and trading crypto assets",
    "default_locale": "en",
    "version": "3.0.9",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "alarms",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/*\/popup.html",
        "*:\/\/*\/home.html"
    ],
    "optional_permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/chunk-vendors.7fd14e06.js",
                "js\/content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/logo-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "browser_style": true,
        "default_icon": {
            "128": "icons\/logo-128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}