Aleksmorshen commited on
Commit
1c6c3a0
·
verified ·
1 Parent(s): 4d219d2

Create tonconnect-manifest.json

Browse files
Files changed (1) hide show
  1. tonconnect-manifest.json +12 -0
tonconnect-manifest.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "manifest_version": "2",
3
+ "name": "Morshen Group TMA",
4
+ "url": "https://example.com",
5
+ "iconUrl": "https://example.com/morshen-icon.png",
6
+ "termsOfUseUrl": "https://example.com/terms",
7
+ "privacyPolicyUrl": "https://example.com/privacy",
8
+ "bridgeUrl": "https://bridge.tonapi.io/bridge",
9
+ "webApp": {
10
+ "url": "https://example.com"
11
+ }
12
+ }