Stumbled upon the https://chat.openai.com/.well-known/apple-app-site-association
{
"applinks": {
"details": [
{
"appIDs": [ "2DC432GLL2.com.openai.chat"],
"components": [
{
"/": "/share/*",
"comment": "Matches shared links."
},
{
"/": "/g/*",
"comment": "Matches shared g links."
}
]
}
]
}
}
What is /g/* link?
Ref docs: App Search Programming Guide: Support Universal Links