From 46297b52a29de2a14e3a3d416fb64471dae41e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane?= Date: Tue, 31 Oct 2023 15:34:00 +0100 Subject: [PATCH] chore(android): use Google JSON Digital Asset Links --- 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..6142744 --- /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": "io.holoplay.app.twa", + "sha256_cert_fingerprints": ["A8:76:6B:3C:9A:AE:3C:DD:45:78:51:78:F2:A6:ED:40:61:4B:E5:65:EE:0D:0D:03:0B:03:F2:E5:BA:96:94:B2"] + } + } +] \ No newline at end of file