From 63ca7fbbfc153aa21b7a92a62bfc3ce3cf5870b5 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 27 May 2025 15:11:11 +0100 Subject: [PATCH] chore: add apple deep link json --- public/.well-known/apple-app-site-association | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 public/.well-known/apple-app-site-association diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 0000000..c6f8747 --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,25 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appIDs": [ + "24VGVR4CHC.io.nostrlabs.zap-stream" + ], + "paths": [ + "*" + ], + "components": [ + { + "/": "/*" + } + ] + } + ] + }, + "webcredentials": { + "apps": [ + "24VGVR4CHC.io.nostrlabs.zap-stream" + ] + } +} \ No newline at end of file