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",
"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",