-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ariel Gentile <[email protected]>
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
{ | ||
"capability": ["holder"], | ||
"company": "2060", | ||
"contact": "[email protected]", | ||
"companyUrl": "https://2060.io", | ||
"credentialFormats": ["AnonCred"], | ||
"credentialProfiles": ["AnonCreds with did:indy","AnonCreds with did:web"], | ||
"openSource": false, | ||
"issuanceProtocols": ["Issue Credential v1", "Issue Credential v2"], | ||
"keyManagements": ["did:key", "did:peer", "did:web", "did:indy"], | ||
"logo": "https://2060.io/images/hologram-app.png", | ||
"name": "Hologram", | ||
"presentationProtocols": ["Present Proof v1.0","Present Proof v2"], | ||
"$schema": "../viewer/src/assets/schema.json", | ||
"signingAlgorithms": ["ECDSA","EdDSA","CL"], | ||
"statusManagements": ["Indy Revocation"], | ||
"type": "edge", | ||
"urlAppStore": "https://apps.apple.com/co/app/hologram-messaging/id6474701855", | ||
"urlGooglePlayStore": "https://play.google.com/store/apps/details?id=io.twentysixty.mobileagent.m", | ||
"urlWebsite": "https://2060.io/#download" | ||
} |