From baa8038d5a0026bc95cc8fed59a4e4bd8ea0b6af Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 28 Jun 2022 19:20:07 -0700 Subject: [PATCH] Fix Apple App Link --- .../apple-app-site-association.txt | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/static/.well-known/apple-app-site-association.txt b/static/.well-known/apple-app-site-association.txt index 55a34cb2..eaa2eba0 100644 --- a/static/.well-known/apple-app-site-association.txt +++ b/static/.well-known/apple-app-site-association.txt @@ -1,11 +1,15 @@ { - "applinks": { - "apps": [], - "details": [ - { - "appID": “GCH7VS5Y9R.gvh.MeshtasticClient", - "paths": [ "*"] - } - ] - } - } + "applinks": { + "details": [ + { + "appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"], + "components": [ + { + "/": "/e/*", + "comment": "Matches any URL whose path starts with /e/" + } + ] + } + ] + } +} \ No newline at end of file