From 2e16a54fda0ac688427f0dd3b686e39e597a3f35 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 11 Jun 2022 11:10:35 -0700 Subject: [PATCH] Update apple-app-site-association.txt --- .../apple-app-site-association.txt | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/static/.well-known/apple-app-site-association.txt b/static/.well-known/apple-app-site-association.txt index f03e3020..d1630438 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/" + } + ] + } + ] + } }