diff --git a/services/frontend/www-app/public/.well-known/apple-app-site-association b/services/frontend/www-app/public/.well-known/apple-app-site-association new file mode 100644 index 000000000..82012689d --- /dev/null +++ b/services/frontend/www-app/public/.well-known/apple-app-site-association @@ -0,0 +1,27 @@ +{ + "applinks": { + "details": [ + { + "appIDs": [ "CSBZ6R9U39.earth.maps.maps-earth" ], + "components": [ + { + "/": "", + "comment": "Show the root / home screen." + }, + { + "/": "/", + "comment": "Show the root / home screen." + }, + { + "/": "/place/?*", + "comment": "Show the details of a specific place." + }, + { + "/": "/directions/?*", + "comment": "Show the details of a specific place." + }, + ] + } + ] + } +}