From 326d03507acaeec0e342e1e97694f0c25affa5fb Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Wed, 30 Aug 2023 16:40:59 +0200 Subject: [PATCH] Verifying the debug app to be able to open links in burguillos.info. --- public/.well-known/assetlinks.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/.well-known/assetlinks.json diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json new file mode 100644 index 0000000..9fc7290 --- /dev/null +++ b/public/.well-known/assetlinks.json @@ -0,0 +1,10 @@ +[{ + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "info.burguillos.bi", + "sha256_cert_fingerprints": + ["E9:B3:78:7D:24:41:C1:6D:CE:EE:C1:9E:2D:E1:5A:45:64:D4:E8:46:19:86:E3:7F:A1:51:27:FC:3B:4E:F6:AE"] + } +] +