diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index a4058486b..211d34df2 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -108,6 +108,19 @@
+
+
+
+
+
+
+
+
+
+
+
????
CFBundleURLTypes
+
+ CFBundleURLSchemes
+
+ pangea
+
+ CFBundleURLName
+ com.talktolearn.chat
+
CFBundleTypeRole
Editor
@@ -113,5 +121,7 @@
io.flutter.embedded_views_preview
+ FlutterDeepLinkingEnabled
+
diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements
index 2b2a88dd1..91e1a0719 100644
--- a/ios/Runner/Runner.entitlements
+++ b/ios/Runner/Runner.entitlements
@@ -1,18 +1,16 @@
-
- aps-environment
- development
- com.apple.developer.associated-domains
-
- applinks:example.com
-
- com.apple.security.application-groups
-
-
- group.com.talktolearn.chat
-
-
-
-
\ No newline at end of file
+
+ aps-environment
+ development
+ com.apple.developer.associated-domains
+
+ applinks:app.pangea.chat
+
+ com.apple.security.application-groups
+
+ group.com.talktolearn.chat
+
+
+
diff --git a/web/index.html b/web/index.html
index 1a3730e5e..cdb551c4d 100644
--- a/web/index.html
+++ b/web/index.html
@@ -70,6 +70,33 @@
});
});
+
+
+
+
+