From 6b86f314ba989f38fe32194e26d3ffc95fc5cb77 Mon Sep 17 00:00:00 2001 From: tapframe Date: Fri, 4 Jul 2025 23:47:54 +0530 Subject: [PATCH] Update app.json to change icon paths for consistency with new asset naming --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index e592d6ac..b4d200df 100644 --- a/app.json +++ b/app.json @@ -4,7 +4,7 @@ "slug": "nuvio", "version": "1.0.0", "orientation": "default", - "icon": "./assets/icon.png", + "icon": "./assets/splash-icon.png", "userInterfaceStyle": "dark", "scheme": "stremioexpo", "newArchEnabled": true, @@ -47,9 +47,9 @@ }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/icon.png", + "foregroundImage": "./assets/splash-icon.png", "backgroundColor": "#020404", - "monochromeImage": "./assets/icon.png" + "monochromeImage": "./assets/splash-icon.png" }, "permissions": [ "INTERNET",