Spaces:
Sleeping
Sleeping
Create tonconnect-manifest.json
Browse files- 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 |
+
}
|