Safle Wallet

Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.

What is Safle Wallet?

Safle Wallet is a Chrome extension developed by https://safle.com, and its main feature is "Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.".

Extension Screenshots

screenshot
screenshot

Download Safle Wallet Extension CRX File

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

                        Safle Wallet - Your gateway to decentralised applications.                    

Extension Basic Information

Name Safle Wallet Safle Wallet
ID pmmbeeacafhbpgmlkacpadheejlhhkbf
Official URL https://chromewebstore.google.com/detail/safle-wallet/pmmbeeacafhbpgmlkacpadheejlhhkbf
Description Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.
File Size 15.1 MB
Installation Count 1,091
Current Version 0.9.9
Last Updated 2023-11-22
Publish Date 2022-05-03
Rating 5.00/5 Total 13 Ratings
Developer https://safle.com
Email [email protected]
Payment Type free
Extension Website https://safle.com
Help Page URL http://t.me/saflechat
Privacy Policy Page URL https://safle.com/privacyPolicy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safle Wallet",
    "version": "0.9.9",
    "description": "Safle Wallet is a Next-Gen identity wallet based on a decentralised infrastructure.",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/index.html",
        "default_title": "Open Safle Wallet",
        "default_icon": ".\/safle-icon.png"
    },
    "icons": {
        "16": ".\/safle-icon_16.png",
        "32": ".\/safle-icon_32.png",
        "48": ".\/safle-icon_48.png",
        "128": ".\/safle-icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "eth-provider.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https:",
        "sandbox": "sandbox allow-scripts; script-src 'self'"
    }
}