diff --git a/static/.well-known/apple-app-site-association b/static/.well-known/apple-app-site-association index ec00cc5..68de65d 100644 --- a/static/.well-known/apple-app-site-association +++ b/static/.well-known/apple-app-site-association @@ -1,5 +1,36 @@ { + "applinks": { + "details": [ + { + "appIDs": [ + "XSQ2GAB4RW.app.kokio", + "FAKETEAMID.app.kokio" + ], + "components": [ + { + "/": "*", + "comment": "Matches all routes." + } + ] + }, + { + "appID": "XSQ2GAB4RW.app.kokio", + "paths": [ + "*" + ] + }, + { + "appID": "FAKETEAMID.app.kokio", + "paths": [ + "*" + ] + } + ] + }, "webcredentials": { - "apps": ["XSQ2GAB4RW.app.kokio", "FAKETEAMID.app.kokio"] + "apps": [ + "XSQ2GAB4RW.app.kokio", + "FAKETEAMID.app.kokio" + ] } }