From f5d7e645a0427126672f04e9b6dead4194108ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Sun, 30 Oct 2022 19:17:20 +0100 Subject: [PATCH] Add 'Sources/api_redirect/public-html/callback/.well-known/applinks.json' --- .../public-html/callback/.well-known/applinks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Sources/api_redirect/public-html/callback/.well-known/applinks.json diff --git a/Sources/api_redirect/public-html/callback/.well-known/applinks.json b/Sources/api_redirect/public-html/callback/.well-known/applinks.json new file mode 100644 index 0000000..024f0ef --- /dev/null +++ b/Sources/api_redirect/public-html/callback/.well-known/applinks.json @@ -0,0 +1,14 @@ +[ + { + "relation": [ + "delegate_permission/common.handle_all_urls" + ], + "target": { + "namespace": "android_app", + "package_name": "com.example.dafl_project_flutter", + "sha256_cert_fingerprints": [ + "63:51:EF:20:82:10:B9:34:F7:C7:4E:F6:55:D3:41:84:C6:81:30:23:02:50:E9:A3:EB:BB:F7:CF:43:79:A1:6E" + ] + } + } +] \ No newline at end of file