Add apple-app-site-association file

This commit is contained in:
Conrad Kramer 2024-03-30 17:17:52 -07:00
parent a97063f9b7
commit ec8cc533ab
4 changed files with 30 additions and 2 deletions

View file

@ -0,0 +1,21 @@
{
"applinks": {
"details": [
{
"appIDs": [
"P6PV2R9443.com.hackclub.burrow"
],
"components": [
{
"/": "/callback/*"
}
]
}
]
},
"webcredentials": {
"apps": [
"P6PV2R9443.com.hackclub.burrow"
]
}
}