mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
Update app.json to change icon paths for consistency with new asset naming
This commit is contained in:
parent
f96c45f831
commit
6b86f314ba
1 changed files with 3 additions and 3 deletions
6
app.json
6
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue