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": {
"apps": [],
"details": [
{
"appID": “GCH7VS5Y9R.gvh.MeshtasticClient",
"paths": [ "*"]
}
]
}
}
"applinks": {
"details": [
{
"appIDs": [ "GCH7VS5Y9R.gvh.MeshtasticClient"],
"components": [
{
"/": "/e/*",
"comment": "Matches any URL whose path starts with /e/"
}
]
}
]
}
}