Fix Apple App Link

This commit is contained in:
Garth Vander Houwen 2022-06-28 19:20:07 -07:00
parent fb3b17a627
commit baa8038d5a

View file

@ -1,11 +1,15 @@
{ {
"applinks": { "applinks": {
"apps": [],
"details": [ "details": [
{ {
"appID": “GCH7VS5Y9R.gvh.MeshtasticClient", "appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"],
"paths": [ "*"] "components": [
{
"/": "/e/*",
"comment": "Matches any URL whose path starts with /e/"
} }
] ]
} }
]
} }
}