From 0174388eec44808949f3016208f94e2c80353508 Mon Sep 17 00:00:00 2001 From: Fabien Date: Tue, 24 Feb 2026 17:03:41 +0100 Subject: [PATCH] Add Cashtab to the assetlinks.json This adds Cashtab as an authorized deeplink handling app. --- public/.well-known/assetlinks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json index d97f5220..316118b5 100644 --- a/public/.well-known/assetlinks.json +++ b/public/.well-known/assetlinks.json @@ -10,5 +10,17 @@ "2C:D2:B8:58:40:00:21:E7:D2:1C:40:A7:CC:74:89:7C:5F:6C:68:71:21:9E:E5:31:83:C8:0B:33:D3:8B:87:48" ] } + }, + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "com.cashtab.app", + "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", + "02:71:C6:C3:30:1F:FC:F1:E7:5E:F5:92:8D:03:A3:7C:6C:FE:33:CE:6D:22:B9:4C:8F:FF:E7:65:BE:84:04:A1", + "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" + ] + } } ]