Skip to content

Commit

Permalink
fix AASA
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed Feb 12, 2024
1 parent 64e974b commit 3ec03cc
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions client/app/.well-known/apple-app-site-association.json
Original file line number Diff line number Diff line change
@@ -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" }
]
}
]
}
Expand Down

0 comments on commit 3ec03cc

Please sign in to comment.