From 010e854749f74ed3d101d4880c596e8b2380947a Mon Sep 17 00:00:00 2001 From: Luka Isailovic Date: Tue, 7 May 2024 11:57:45 +0200 Subject: [PATCH] chore: add apple app site association (#2216) --- .../.well-known/apple-app-site-association | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 apps/laboratory/public/.well-known/apple-app-site-association diff --git a/apps/laboratory/public/.well-known/apple-app-site-association b/apps/laboratory/public/.well-known/apple-app-site-association new file mode 100644 index 0000000000..53a7725d9b --- /dev/null +++ b/apps/laboratory/public/.well-known/apple-app-site-association @@ -0,0 +1,19 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "W5R8AG9K22.com.walletconnect.dapp", + "paths": ["/dapp*"] + }, + { + "appID": "W5R8AG9K22.com.walletconnect.walletapp", + "paths": ["/wallet*"] + }, + { + "appID": "W5R8AG9K22.com.walletconnect.universal-link-test", + "paths": ["/test*"] + } + ] + } +} \ No newline at end of file