Update app.json to change icon paths for consistency with new asset naming

This commit is contained in:
tapframe 2025-07-04 23:47:54 +05:30
parent f96c45f831
commit 6b86f314ba

View file

@ -4,7 +4,7 @@
"slug": "nuvio", "slug": "nuvio",
"version": "1.0.0", "version": "1.0.0",
"orientation": "default", "orientation": "default",
"icon": "./assets/icon.png", "icon": "./assets/splash-icon.png",
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
"scheme": "stremioexpo", "scheme": "stremioexpo",
"newArchEnabled": true, "newArchEnabled": true,
@ -47,9 +47,9 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/icon.png", "foregroundImage": "./assets/splash-icon.png",
"backgroundColor": "#020404", "backgroundColor": "#020404",
"monochromeImage": "./assets/icon.png" "monochromeImage": "./assets/splash-icon.png"
}, },
"permissions": [ "permissions": [
"INTERNET", "INTERNET",