diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index 61521e2..5588c33 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -13,7 +13,7 @@ android {
applicationId = "com.upnp.fakeCall"
minSdk = 24
targetSdk = 36
- versionCode = 2
+ versionCode = 22
versionName = "2.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
diff --git a/metadata/en-US/changelogs/22.txt b/metadata/en-US/changelogs/22.txt
new file mode 100644
index 0000000..efc6b92
--- /dev/null
+++ b/metadata/en-US/changelogs/22.txt
@@ -0,0 +1,3 @@
+* added contact support with favourites feature.
+* Improved IVR description
+* added "MP3-Player" IVR mode
diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt
new file mode 100644
index 0000000..72130ee
--- /dev/null
+++ b/metadata/en-US/full_description.txt
@@ -0,0 +1,17 @@
+Ever wanted to get that Feature of old Samsung phones to simulate an incoming call with audio on the originial phone app?
+Introducing FakeCall. Unlike other apps that merely mock a UI, this app integrates directly with the Android Telecom Framework to provide an indistinguishable calling experience. It has many features to make the call as real as possible.
+
+
+
Features:
+
+
+- Original Dialer: FakeCall uses your real Phone app to simulate the incoming Call by creating [a Phone Account in android's TelecomManager](https://developer.android.com/reference/android/telecom/TelecomManager)
+- Customizable: The app lets you customize the name of the fake phone account in the settings to match your real service provider.
+- Schedule: Set exact Timers for when the call should come in
+- Audio Support: You can upload audio files that play when the call is answered
+- Call History: Simulated calls are being shown in call history
+- IVR Mode: assign audio files to keys and make sub-menus
+- Recording: record microphone audio of a Fake call
+- Automation API: trigger calls from Tasker, MacroDroid, or ADB via a broadcast intent
+- Accessibility Shortcut: schedule a fake call from the system accessibility button using saved defaults
+- Quick Trigger Presets: save up to 5 presets and expose them as launcher app actions + Quick Settings tiles
diff --git a/metadata/en-US/images/icon.jpg b/metadata/en-US/images/icon.jpg
new file mode 100644
index 0000000..52a2a3c
Binary files /dev/null and b/metadata/en-US/images/icon.jpg differ
diff --git a/metadata/en-US/images/phoneScreenshots/1.png b/metadata/en-US/images/phoneScreenshots/1.png
new file mode 100644
index 0000000..6b4ad9b
Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/1.png differ
diff --git a/metadata/en-US/images/phoneScreenshots/2.png b/metadata/en-US/images/phoneScreenshots/2.png
new file mode 100644
index 0000000..5970a6c
Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/2.png differ
diff --git a/metadata/en-US/images/phoneScreenshots/3.png b/metadata/en-US/images/phoneScreenshots/3.png
new file mode 100644
index 0000000..9f3dda8
Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/3.png differ
diff --git a/metadata/en-US/images/phoneScreenshots/4.png b/metadata/en-US/images/phoneScreenshots/4.png
new file mode 100644
index 0000000..de43c41
Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/4.png differ
diff --git a/metadata/en-US/short_description.txt b/metadata/en-US/short_description.txt
new file mode 100644
index 0000000..3280d89
--- /dev/null
+++ b/metadata/en-US/short_description.txt
@@ -0,0 +1 @@
+An open-source Android application to simulate incoming calls, featuring a modern Material 3 UI with dynamic Monet support.
diff --git a/metadata/en-US/title.txt b/metadata/en-US/title.txt
new file mode 100644
index 0000000..d0ad22f
--- /dev/null
+++ b/metadata/en-US/title.txt
@@ -0,0 +1 @@
+FakeCall - Simulate incoming calls