From 0d31633911a440a1c9c1496c0bba89c75a4dc644 Mon Sep 17 00:00:00 2001 From: Fabien Date: Wed, 25 Feb 2026 10:06:59 +0100 Subject: [PATCH] Add Cashtab dev builds to assetlinks.json For this one only the debug key is supported. Since Cashtab uses flavored builds the app id is different for debug builds. Only the debug cert fingerprint is supported for this id. --- public/.well-known/assetlinks.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json index 316118b5..bdd4afe1 100644 --- a/public/.well-known/assetlinks.json +++ b/public/.well-known/assetlinks.json @@ -22,5 +22,15 @@ "18:43:19:21:31:B6:EA:C3:DF:29:40:86:EA:96:6E:DE:21:D1:BE:F2:FD:B1:9C:C4:44:43:5F:94:22:D8:0F:22" ] } + }, + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.cashtab.app.dev", + "sha256_cert_fingerprints": [ + "FA:C6:17:45:DC:09:03:78:6F:B9:ED:E6:2A:96:2B:39:9F:73:48:F0:BB:6F:89:9B:83:32:66:75:91:03:3B:9C" + ] + } } ]