diff --git a/public/.well-known/apple-app-site-association b/public/.well-known/apple-app-site-association new file mode 100644 index 000000000..861763d04 --- /dev/null +++ b/public/.well-known/apple-app-site-association @@ -0,0 +1,24 @@ +{ + "applinks": { + "apps": [], // This is usually left empty, but still must be included + "details": [ + { + "appID": "org.graasp.mobile", + "paths": [ + "/items/*" + ] + }, + { + "appIDs": [ + "org.graasp.mobile" + ], + "components": [ + { + "/": "/items/*", + "comment": "Matches any URL whose path starts with /items/" + } + ] + } + ] + } +} \ No newline at end of file