diff --git a/README.md b/README.md
index b25d453..a1a8ed6 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ To get more information on how this app can access all that data, check out our
[Play Store](https://play.google.com/store/apps/details?id=io.nandandesai.privacybreacher)
+[IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/io.nandandesai.privacybreacher)
+
## Contribute
We accept pull requests for this app. If you find any bugs or want to add new features or just want to improve the code structure, then pull requests are most welcome!
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
new file mode 100644
index 0000000..a954397
--- /dev/null
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -0,0 +1,8 @@
+
PrivacyBreacher is an Android app built as a proof of concept for a research article describing the privacy issues in Android. This app can access the following information from your phone without requesting any permissions:
+- Figure out at what time your phone screen turned on/off.
+- Figure out at what time you plugged in or removed your phone charger and wired headphones.
+- Figure out at what time you switched on/off your phone (i.e., it captures the device uptime and ACTION_SHUTDOWN broadcasts).
+- Access most of your device related information like your phone model, manufacturer etc.
+- Keep track of your WiFi/Mobile data usage.
+- Get a list of all the apps installed on your phone.
+- Construct a 3D visualization of your body movements.
diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png
new file mode 100644
index 0000000..0cad1f5
Binary files /dev/null and b/fastlane/metadata/android/en-US/images/icon.png differ
diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt
new file mode 100644
index 0000000..11437fd
--- /dev/null
+++ b/fastlane/metadata/android/en-US/short_description.txt
@@ -0,0 +1 @@
+showcase privacy issues in Android
\ No newline at end of file