diff --git a/mastodon/src/main/AndroidManifest.xml b/mastodon/src/main/AndroidManifest.xml
index 686077fd..cb26b722 100644
--- a/mastodon/src/main/AndroidManifest.xml
+++ b/mastodon/src/main/AndroidManifest.xml
@@ -10,6 +10,8 @@
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
+ android:icon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Mastodon.AutoLightDark"
android:largeHeap="true">
diff --git a/mastodon/src/main/ic_launcher-playstore.png b/mastodon/src/main/ic_launcher-playstore.png
new file mode 100644
index 00000000..97cf43a5
Binary files /dev/null and b/mastodon/src/main/ic_launcher-playstore.png differ
diff --git a/mastodon/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/mastodon/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 00000000..4ae7d123
--- /dev/null
+++ b/mastodon/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/mastodon/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/mastodon/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..4ae7d123
--- /dev/null
+++ b/mastodon/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 00000000..9d6abcfc
Binary files /dev/null and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 00000000..2dae481b
Binary files /dev/null and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..652826f1
Binary files /dev/null and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 00000000..1605879e
Binary files /dev/null and b/mastodon/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 00000000..eea96f59
Binary files /dev/null and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 00000000..a507e6d2
Binary files /dev/null and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..6dad5563
Binary files /dev/null and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 00000000..a0643390
Binary files /dev/null and b/mastodon/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 00000000..34eea2ee
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 00000000..958f9916
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..69704cb8
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..c14c88bf
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 00000000..123d46e8
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 00000000..6d702c25
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..d99a2feb
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..801c1fc6
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 00000000..db374d69
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 00000000..0ee947f7
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 00000000..c9ff2401
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 00000000..b886deb9
Binary files /dev/null and b/mastodon/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ