From 7649886533114610a950f2cce11e654baf88aef5 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Mon, 9 Oct 2023 13:38:56 +0300 Subject: [PATCH] Add Android AppLink json --- .well-known/assetlinks.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .well-known/assetlinks.json diff --git a/.well-known/assetlinks.json b/.well-known/assetlinks.json new file mode 100644 index 0000000..b1f2cf4 --- /dev/null +++ b/.well-known/assetlinks.json @@ -0,0 +1,14 @@ +[ + { + "relation": [ + "delegate_permission/common.handle_all_urls" + ], + "target": { + "namespace": "android_app", + "package_name": "org.koitharu.kotatsu", + "sha256_cert_fingerprints": [ + "67:E1:51:00:BB:80:93:01:78:3E:DC:B6:34:8F:A3:BB:F8:30:34:D9:1E:62:86:8A:91:05:3D:BD:70:DB:3F:18" + ] + } + } +] \ No newline at end of file