mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-27 11:23:02 +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",
|
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue