diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 02a10b7ca..03711d0e2 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -3,6 +3,13 @@
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
+
+
+
@@ -20,7 +27,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/StartupTheme"
- tools:targetApi="n">
+ tools:targetApi="n"
+ android:banner="@mipmap/ic_launcher">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_light.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_light.xml
new file mode 100644
index 000000000..98bb181a9
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_light.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_light_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_light_round.xml
new file mode 100644
index 000000000..98bb181a9
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_light_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_light.png b/app/src/main/res/mipmap-hdpi/ic_launcher_light.png
new file mode 100644
index 000000000..bb9e690a7
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_light.png differ
diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_light_round.png b/app/src/main/res/mipmap-hdpi/ic_launcher_light_round.png
new file mode 100644
index 000000000..e0b227564
Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_light_round.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_light.png b/app/src/main/res/mipmap-mdpi/ic_launcher_light.png
new file mode 100644
index 000000000..3192b99da
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_light.png differ
diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_light_round.png b/app/src/main/res/mipmap-mdpi/ic_launcher_light_round.png
new file mode 100644
index 000000000..f64eadb78
Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_light_round.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_light.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_light.png
new file mode 100644
index 000000000..8a693f746
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_light.png differ
diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_light_round.png b/app/src/main/res/mipmap-xhdpi/ic_launcher_light_round.png
new file mode 100644
index 000000000..b3c11b208
Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_light_round.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_light.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_light.png
new file mode 100644
index 000000000..d98921fa2
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_light.png differ
diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_light_round.png b/app/src/main/res/mipmap-xxhdpi/ic_launcher_light_round.png
new file mode 100644
index 000000000..1d7de7ae9
Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_light_round.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_light.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_light.png
new file mode 100644
index 000000000..0b0be58d8
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_light.png differ
diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_light_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_light_round.png
new file mode 100644
index 000000000..38281801f
Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_light_round.png differ
diff --git a/app/src/main/res/values/array.xml b/app/src/main/res/values/array.xml
index eea117749..eca3bb265 100644
--- a/app/src/main/res/values/array.xml
+++ b/app/src/main/res/values/array.xml
@@ -214,6 +214,7 @@
- @string/defaultIcon
+ - @string/defaultIconLight
- @string/legacyIcon
- @string/gradientIcon
- @string/fireIcon
@@ -224,6 +225,7 @@
- MainActivity
+ - DefaultLight
- IconLegacy
- IconGradient
- IconFire
diff --git a/app/src/main/res/values/ic_launcher_light_background.xml b/app/src/main/res/values/ic_launcher_light_background.xml
new file mode 100644
index 000000000..f1c6e5db1
--- /dev/null
+++ b/app/src/main/res/values/ic_launcher_light_background.xml
@@ -0,0 +1,4 @@
+
+
+ #F2EEFF
+
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 2be81c555..5811cc8d4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -354,6 +354,7 @@
Mark the segments on the time bar.
Livestreams
Alternative videos layout
+ Default light
Download Service