Add placholder changes for deep linking

This commit is contained in:
Matthew Remmel
2025-08-26 10:37:45 -04:00
parent 69e1f97e72
commit 689cfb6d45
4 changed files with 31 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "TODO",
"paths": ["*"]
}
]
}
}
+10
View File
@@ -0,0 +1,10 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "TODO",
"sha256_cert_fingerprints": ["TODO"]
}
}
]