aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index b5ede813..62cf57e9 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -130,6 +130,18 @@
<data
android:host="www.facebook.com"
android:scheme="https" />
+ <data
+ android:host="messenger.com"
+ android:scheme="http" />
+ <data
+ android:host="messenger.com"
+ android:scheme="https" />
+ <data
+ android:host="www.messenger.com"
+ android:scheme="http" />
+ <data
+ android:host="www.messenger.com"
+ android:scheme="https" />
</intent-filter>
</activity>
<activity