diff --git a/manager/app/src/main/java/com/rifsxd/ksunext/ui/component/AboutCard.kt b/manager/app/src/main/java/com/rifsxd/ksunext/ui/component/AboutCard.kt
index c27c93d1..96710670 100644
--- a/manager/app/src/main/java/com/rifsxd/ksunext/ui/component/AboutCard.kt
+++ b/manager/app/src/main/java/com/rifsxd/ksunext/ui/component/AboutCard.kt
@@ -72,7 +72,7 @@ private fun AboutCardContent() {
shape = CircleShape
) {
Image(
- painter = painterResource(id = R.drawable.ic_launcher_foreground),
+ painter = painterResource(id = R.mipmap.ic_launcher_foreground),
contentDescription = "icon",
modifier = Modifier.scale(1.2f)
)
diff --git a/manager/app/src/main/res/drawable/ic_launcher_foreground.xml b/manager/app/src/main/res/drawable/ic_launcher_foreground.xml
deleted file mode 100644
index 31573233..00000000
--- a/manager/app/src/main/res/drawable/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/manager/app/src/main/res/drawable/ic_launcher_monochrome.xml b/manager/app/src/main/res/drawable/ic_launcher_monochrome.xml
deleted file mode 100644
index 31573233..00000000
--- a/manager/app/src/main/res/drawable/ic_launcher_monochrome.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/manager/app/src/main/res/mipmap-anydpi/ic_launcher.xml b/manager/app/src/main/res/mipmap-anydpi/ic_launcher.xml
old mode 100755
new mode 100644
index 345888d2..35c64c7a
--- a/manager/app/src/main/res/mipmap-anydpi/ic_launcher.xml
+++ b/manager/app/src/main/res/mipmap-anydpi/ic_launcher.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png
old mode 100755
new mode 100644
index d7ffcdca..98d2fe79
Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
old mode 100755
new mode 100644
index 19669488..8c5bf007
Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_background.png and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_background.png differ
diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
old mode 100755
new mode 100644
index 92885122..a5ce5cd9
Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png
old mode 100755
new mode 100644
index 92885122..a5ce5cd9
Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png differ
diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png
old mode 100755
new mode 100644
index ede24bad..f9971cab
Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
old mode 100755
new mode 100644
index 75025cfd..11c72b22
Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_background.png and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_background.png differ
diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
old mode 100755
new mode 100644
index c99d272c..c50558ab
Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png
old mode 100755
new mode 100644
index c99d272c..c50558ab
Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png differ
diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png
old mode 100755
new mode 100644
index 57d2c2d4..6af302ba
Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
old mode 100755
new mode 100644
index 9784f16c..0f790191
Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png differ
diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
old mode 100755
new mode 100644
index c9d273ca..e2b2d2a7
Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png
old mode 100755
new mode 100644
index c9d273ca..e2b2d2a7
Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png differ
diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
old mode 100755
new mode 100644
index 783e08eb..34ae9fec
Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
old mode 100755
new mode 100644
index 04ef206c..e598be57
Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png differ
diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
old mode 100755
new mode 100644
index acd784af..dcc362b6
Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png
old mode 100755
new mode 100644
index acd784af..dcc362b6
Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png differ
diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
old mode 100755
new mode 100644
index d27020a1..4e81b0d4
Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
old mode 100755
new mode 100644
index 66a5487a..9ad66cf9
Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png differ
diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
old mode 100755
new mode 100644
index e1adc36f..88ab6896
Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png
old mode 100755
new mode 100644
index e1adc36f..88ab6896
Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png differ