From 5001211d9c58df8d73376de76f11cca8e59d09f4 Mon Sep 17 00:00:00 2001 From: ManulParihar Date: Mon, 10 Nov 2025 18:10:53 +0530 Subject: [PATCH] Updated AASA file structure --- static/.well-known/apple-app-site-association | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) 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" + ] } }