diff --git a/app.json b/app.json index c7d3db86..3eb47c3b 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", - "backgroundColor": "#29164B" + "backgroundColor": "#2E2E2E" }, "jsEngine": "hermes", "assetBundlePatterns": ["**/*"], @@ -35,7 +35,7 @@ "jsEngine": "hermes", "versionCode": 42, "adaptiveIcon": { - "foregroundImage": "./assets/images/icon.png" + "foregroundImage": "./assets/images/adaptive_icon.png" }, "package": "com.fredrikburmester.streamyfin", "permissions": [ diff --git a/assets/images/adaptive_icon.png b/assets/images/adaptive_icon.png new file mode 100644 index 00000000..8443e717 Binary files /dev/null and b/assets/images/adaptive_icon.png differ diff --git a/assets/images/icon.jpg b/assets/images/icon.jpg deleted file mode 100644 index 3c1892b4..00000000 Binary files a/assets/images/icon.jpg and /dev/null differ diff --git a/assets/images/icon.png b/assets/images/icon.png index 4382a2ff..7011bb09 100644 Binary files a/assets/images/icon.png and b/assets/images/icon.png differ diff --git a/assets/images/icon_512x512.jpg b/assets/images/icon_512x512.jpg deleted file mode 100644 index 24cbd3c0..00000000 Binary files a/assets/images/icon_512x512.jpg and /dev/null differ diff --git a/assets/images/splash.jpg b/assets/images/splash.jpg deleted file mode 100644 index 96fabe80..00000000 Binary files a/assets/images/splash.jpg and /dev/null differ diff --git a/assets/images/splash.png b/assets/images/splash.png index 2d7bf575..106487b2 100644 Binary files a/assets/images/splash.png and b/assets/images/splash.png differ