From 7b547114104597742dd2e37d2057cbeccfcdd479 Mon Sep 17 00:00:00 2001 From: Jonathan Bangert Date: Sun, 22 Dec 2024 18:37:56 -0700 Subject: [PATCH] Add link thingy? --- app.json | 15 +++++++++++++++ public/.well-known/assetlinks.json | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 public/.well-known/assetlinks.json diff --git a/app.json b/app.json index 64f3585..72bf575 100644 --- a/app.json +++ b/app.json @@ -17,6 +17,21 @@ "supportsTablet": true }, "android": { + "intentFilters": [ + { + "autoVerify": true, + "data": { + "scheme": "https", + "host": "new.echogame.xyz", + "pathPrefix": "/" + }, + "action": "VIEW", + "category": [ + "BROWSABLE", + "DEFAULT" + ] + } + ], "package": "dk.novusgroup.echo", "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", diff --git a/public/.well-known/assetlinks.json b/public/.well-known/assetlinks.json new file mode 100644 index 0000000..3b39fbd --- /dev/null +++ b/public/.well-known/assetlinks.json @@ -0,0 +1,12 @@ +[ + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "dk.novusgroup.echo", + "sha256_cert_fingerprints": [ + "AB:6A:EF:DC:6E:9C:21:EA:3B:17:EA:32:9A:32:3D:49:49:14:D9:C9:84:C7:AE:19:63:A2:5D:61:5C:85:DB:F4" + ] + } + } +]