diff --git a/CHANGELOG.md b/CHANGELOG.md
index d26efc6..582516b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# CHANGELOG
-## 1.4.1+14 - UNRELEASED
+## 1.4.1+14
+* Fixed opening links
## 1.4.0+13
* Increased target SDK to `30`
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index 277b95d..5399da6 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -5,4 +5,12 @@
-->
+
+
+
+
+
+
+
+
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 9ac1ba0..bc8bbbd 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -70,4 +70,12 @@
+
+
+
+
+
+
+
+
diff --git a/android/app/src/profile/AndroidManifest.xml b/android/app/src/profile/AndroidManifest.xml
index 277b95d..5399da6 100644
--- a/android/app/src/profile/AndroidManifest.xml
+++ b/android/app/src/profile/AndroidManifest.xml
@@ -5,4 +5,12 @@
-->
+
+
+
+
+
+
+
+
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 8ba1451..1faf8d4 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -63,5 +63,10 @@
// TODO follow steps 2) on create share extension (https://pub.dev/packages/receive_sharing_intent)
NSPhotoLibraryUsageDescription
Allow to select photos and upload them via the app
+ LSApplicationQueriesSchemes
+
+ https
+ http
+