diff --git a/Telegram/BUILD b/Telegram/BUILD
index ef5fa5dbdf..28cbdcf26f 100644
--- a/Telegram/BUILD
+++ b/Telegram/BUILD
@@ -1590,6 +1590,7 @@ plist_fragment(
yandextaxi
yangoride
comgooglemaps
+ om
youtube
twitter
vk
diff --git a/submodules/OpenInExternalAppUI/Sources/OpenInOptions.swift b/submodules/OpenInExternalAppUI/Sources/OpenInOptions.swift
index dc427f26f2..d8bfe1adcf 100644
--- a/submodules/OpenInExternalAppUI/Sources/OpenInOptions.swift
+++ b/submodules/OpenInExternalAppUI/Sources/OpenInOptions.swift
@@ -254,7 +254,11 @@ private func allOpenInOptions(context: AccountContext, item: OpenInItem) -> [Ope
return .openUrl(url: "yandexmaps://maps.yandex.ru/?pt=\(lon),\(lat)&z=16")
}
}))
-
+
+ options.append(OpenInOption(identifier: "organicMaps", application: .other(title: "Organic Maps", identifier: 1567437057, scheme: "om", store: nil), action: {
+ return .openUrl(url: "om://map?v=1&ll=\(lat),\(lon)")
+ }))
+
options.append(OpenInOption(identifier: "uber", application: .other(title: "Uber", identifier: 368677368, scheme: "uber", store: nil), action: {
let dropoffName: String
let dropoffAddress: String