From 32363987e8a81f7da63c9780183547c5e8a36b1f Mon Sep 17 00:00:00 2001 From: Eric Van Johnson Date: Sun, 10 May 2026 11:13:38 -0700 Subject: [PATCH] Some files needed for the mobile app --- public/.well-known/apple-app-site-association | 20 +++++++++++++++++++ public/.well-known/assetlinks.json | 13 ++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 public/.well-known/apple-app-site-association create mode 100644 public/.well-known/assetlinks.json diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..3fed77c --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,20 @@ +{ + "applinks": { + "details": [ + { + "appIDs": ["4P2UTS263F.com.phptek.mobile"], + "components": [ + { + "/": "/partners/", + "exclude": true, + "comment": "Partners index page stays on the web" + }, + { + "/": "/partners/*", + "comment": "Vendor detail URLs deep-link into the Connect tab of the iOS app" + } + ] + } + ] + } +} diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json new file mode 100644 index 0000000..6c6a27e --- /dev/null +++ b/public/.well-known/assetlinks.json @@ -0,0 +1,13 @@ +[ + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "io.phptek.mobile", + "sha256_cert_fingerprints": [ + "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", + "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" + ] + } + } +]