Skip to content

Commit

Permalink
new app_name field
Browse files Browse the repository at this point in the history
  • Loading branch information
rise1507 committed Aug 18, 2023
1 parent bcbda1a commit 74d751c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Each entry has the following format (subject to change):

```json
{
"app_name": "tonkeeper",
"name": "Tonkeeper",
"image": "https://tonkeeper.com/assets/tonconnect-icon.png",
"tondns": "tonkeeper.ton",
Expand All @@ -30,6 +31,7 @@ Each entry has the following format (subject to change):
```

#### Description
- `app_name`: string ID of your wallet. Must be equal with `ConnectEventSuccess.device.appName` and js bridge `key`
- `name`: name of your wallet. Will be displayed in the dapp.
- `image`: url to the icon of your wallet. Will be displayed in the dapp. Resolution 288×288px. On non-transparent background, without rounded corners. PNG format.
- `tondns`: (optional) will be used in the protocol later.
Expand Down
8 changes: 8 additions & 0 deletions wallets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
{
"app_name": "tonkeeper",
"name": "Tonkeeper",
"image": "https://tonkeeper.com/assets/tonconnect-icon.png",
"tondns": "tonkeeper.ton",
Expand All @@ -18,6 +19,7 @@
"platforms": ["ios", "android", "chrome", "firefox"]
},
{
"app_name": "openmask",
"name": "OpenMask",
"image": "https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png",
"about_url": "https://www.openmask.app/",
Expand All @@ -30,6 +32,7 @@
"platforms": ["chrome"]
},
{
"app_name": "mytonwallet",
"name": "MyTonWallet",
"image": "https://mytonwallet.io/icon-256.png",
"about_url": "https://mytonwallet.io",
Expand All @@ -47,6 +50,7 @@
"platforms": ["chrome", "windows", "macos", "linux"]
},
{
"app_name": "tonhub",
"name": "Tonhub",
"image": "https://tonhub.com/tonconnect_logo.png",
"about_url": "https://tonhub.com",
Expand All @@ -64,6 +68,7 @@
"platforms": ["ios", "android"]
},
{
"app_name": "tonflow",
"name": "TonFlow",
"image": "https://tonflow.net/assets/images/tonflow_ico_192.png",
"about_url": "https://tonflow.net",
Expand All @@ -76,6 +81,7 @@
"platforms": ["chrome"]
},
{
"app_name": "dewallet",
"name": "DeWallet",
"image": "https://app.delabwallet.com/logo_black.png",
"about_url": "https://delabwallet.com",
Expand All @@ -88,6 +94,7 @@
"platforms": ["chrome"]
},
{
"app_name": "xtonwallet",
"name": "XTONWallet",
"image": "https://xtonwallet.com/assets/img/icon-256-back.png",
"about_url": "https://xtonwallet.com",
Expand All @@ -100,6 +107,7 @@
"platforms": ["chrome", "firefox"]
},
{
"app_name": "tonwallet",
"name": "TON Wallet",
"image": "https://wallet.ton.org/assets/ui/qr-logo.png",
"about_url": "https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd",
Expand Down

0 comments on commit 74d751c

Please sign in to comment.