chore: fix name icon

This commit is contained in:
2026-02-23 20:30:51 +01:00
parent 436469d0bf
commit c51188857c
2 changed files with 55 additions and 55 deletions
+52 -52
View File
@@ -1,54 +1,54 @@
{ {
"expo": { "expo": {
"name": "Admin Panel", "name": "Admin Panel",
"slug": "frontend-admin", "slug": "frontend-admin",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
"newArchEnabled": true, "newArchEnabled": true,
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./assets/icon.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "com.uberstup.adminpanel" "bundleIdentifier": "com.uberstup.adminpanel"
}, },
"android": { "android": {
"package": "com.uberstup.adminpanel", "package": "com.uberstup.adminpanel",
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/icon.png",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
"edgeToEdgeEnabled": true, "edgeToEdgeEnabled": true,
"permissions": [ "permissions": [
"android.permission.ACCESS_BACKGROUND_LOCATION", "android.permission.ACCESS_BACKGROUND_LOCATION",
"android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION" "android.permission.ACCESS_FINE_LOCATION"
] ]
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/icon.png"
}, },
"plugins": [ "plugins": [
"expo-font", "expo-font",
"expo-location", "expo-location",
[ [
"expo-build-properties", "expo-build-properties",
{ {
"android": { "android": {
"usesCleartextTraffic": true "usesCleartextTraffic": true
} }
} }
] ]
], ],
"extra": { "extra": {
"eas": { "eas": {
"projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440" "projectId": "fcb7a0bc-5b2f-453d-ba16-9f97d9f0e440"
} }
}, },
"owner": "xor290" "owner": "xor290"
} }
} }
+3 -3
View File
@@ -8,7 +8,7 @@
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
"newArchEnabled": true, "newArchEnabled": true,
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./assets/icon.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
@@ -18,7 +18,7 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/icon.png",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
"edgeToEdgeEnabled": true, "edgeToEdgeEnabled": true,
@@ -31,7 +31,7 @@
] ]
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/icon.png"
}, },
"plugins": [ "plugins": [
"expo-font", "expo-font",