Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 3236398

Browse files
Some files needed for the mobile app
1 parent 0546139 commit 3236398

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"applinks": {
3+
"details": [
4+
{
5+
"appIDs": ["4P2UTS263F.com.phptek.mobile"],
6+
"components": [
7+
{
8+
"/": "/partners/",
9+
"exclude": true,
10+
"comment": "Partners index page stays on the web"
11+
},
12+
{
13+
"/": "/partners/*",
14+
"comment": "Vendor detail URLs deep-link into the Connect tab of the iOS app"
15+
}
16+
]
17+
}
18+
]
19+
}
20+
}

public/.well-known/assetlinks.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"relation": ["delegate_permission/common.handle_all_urls"],
4+
"target": {
5+
"namespace": "android_app",
6+
"package_name": "io.phptek.mobile",
7+
"sha256_cert_fingerprints": [
8+
"01:32:99:3B:D7:38:D3:A0:F0:9B:FF:21:97:67:3D:28:B3:F8:07:19:32:4F:4E:41:D1:12:59:50:11:D2:88:19",
9+
"A3:27:49:D1:32:24:60:26:37:3E:B0:44:A5:D2:2F:64:D0:F8:6F:E6:02:66:F6:D3:07:94:F5:45:33:5F:28:EE"
10+
]
11+
}
12+
}
13+
]

0 commit comments

Comments
 (0)