diff --git a/client/app/.well-known/apple-app-site-association.json b/client/app/.well-known/apple-app-site-association.json index 0af45852..32b70641 100644 --- a/client/app/.well-known/apple-app-site-association.json +++ b/client/app/.well-known/apple-app-site-association.json @@ -1,10 +1,25 @@ { "applinks": { - "apps": [], "details": [ { - "appID": ["6734NUF6AV.org.brunstad.bmm","KJ6LCYQ3A8.org.brunstad.bmm","S9X3H6TVG5.org.brunstad.bmm-dev"], - "paths": ["/browse/*", "/native-login-callback", "/archive", "/album/*", "/track/*", "/playlist/curated/*", "/playlist/private/*", "/playlist/contributor/*", "/playlist/podcast/*", "/playlist/shared/*", "/playlist/latest", "/copyright", "/", "/daily-fra-kaare", "/messages", "/speeches", "/music", "/contributors", "/featured", "/year-in-review"] + "appIDs": ["6734NUF6AV.org.brunstad.bmm","KJ6LCYQ3A8.org.brunstad.bmm","S9X3H6TVG5.org.brunstad.bmm-dev"], + "components": [ + { "/": "/" }, + { "/": "/browse/*" }, + { "/": "/native-login-callback" }, + { "/": "/archive" }, + { "/": "/album/*" }, + { "/": "/track/*" }, + { "/": "/playlist/*" }, + { "/": "/copyright" }, + { "/": "/daily-fra-kaare" }, + { "/": "/messages" }, + { "/": "/speeches" }, + { "/": "/music" }, + { "/": "/contributors" }, + { "/": "/featured" }, + { "/": "/year-in-review" } + ] } ] }