feat: deep link routing for lightning and lnurl schemes plus association files

This commit is contained in:
2026-08-20 08:31:59 +02:00
parent e59b722b5e
commit 229e9fcf38
6 changed files with 72 additions and 8 deletions
@@ -0,0 +1,14 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "REPLACE_WITH_APPLE_TEAM_ID.eu.protom.sattle",
"paths": ["*"]
}
]
},
"webcredentials": {
"apps": ["REPLACE_WITH_APPLE_TEAM_ID.eu.protom.sattle"]
}
}
+12
View File
@@ -0,0 +1,12 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "eu.protom.sattle",
"sha256_cert_fingerprints": [
"REPLACE_WITH_RELEASE_KEYSTORE_SHA256_CERT_FINGERPRINT"
]
}
}
]