Fractal Wallet

The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.

What is Fractal Wallet?

Fractal Wallet is a Chrome extension developed by Trust Fractal GmbH, and its main feature is "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Fractal Wallet Extension CRX File

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

                        The Fractal Wallet is a digital identity (DID) browser extension that enables you to prove your identity easily without disclosing your personal data.

You can use it to join the Fractal Protocol, enabling you to receive FCL rewards. Don't pay for the Internet with your personal data: let the Internet pay you.                    

Extension Basic Information

Name Fractal Wallet Fractal Wallet
ID agechnindjilpccclelhlbjphbgnobpf
Official URL https://chromewebstore.google.com/detail/fractal-wallet/agechnindjilpccclelhlbjphbgnobpf
Description The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.
File Size 8.51 MB
Installation Count 39,034
Current Version 0.4.14
Last Updated 2022-08-29
Publish Date 2021-05-09
Rating 3.54/5 Total 59 Ratings
Developer Trust Fractal GmbH
Email [email protected]
Payment Type free
Extension Website https://protocol.fractal.id/
Privacy Policy Page URL https://fractal.id/documents/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "https:\/\/www.trustfractal.com",
    "manifest_version": 2,
    "version": "0.4.14",
    "short_name": "Fractal Wallet",
    "name": "Fractal Wallet",
    "description": "The Fractal Wallet is a browser extension that allows users to store their validated decentralized identity (DID) credentials.",
    "browser_action": {
        "default_title": "Fractal Wallet",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "19": "img\/icon_19.png",
            "32": "img\/icon_32.png",
            "38": "img\/icon_38.png",
            "64": "img\/icon_64.png",
            "128": "img\/icon_128.png",
            "512": "img\/icon_512.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+Shift+F",
                "mac": "Alt+Shift+F",
                "chromeos": "Alt+Shift+F",
                "linux": "Alt+Shift+F"
            }
        }
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "web_accessible_resources": [
        "sdk.bundle.js"
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "32": "img\/icon_32.png",
        "38": "img\/icon_38.png",
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "512": "img\/icon_512.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}