small fixes & push to main

This commit is contained in:
c-d-p
2025-04-27 01:45:10 +02:00
parent 62d6b8bdfd
commit 8c13906f2b
4 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@@ -24,3 +24,4 @@ interfaces/nativeapp/.DS_Store
interfaces/nativeapp/*.pem interfaces/nativeapp/*.pem
interfaces/nativeapp/.env*.local interfaces/nativeapp/.env*.local
interfaces/nativeapp/*.tsbuildinfo interfaces/nativeapp/*.tsbuildinfo
interfaces/nativeapp/releases

BIN
MAIA_ICON.xcf Normal file

Binary file not shown.

View File

@@ -1,14 +1,14 @@
{ {
"expo": { "expo": {
"name": "webapp", "name": "MAIA",
"slug": "webapp", "slug": "webapp",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./src/assets/MAIA_ICON.png",
"userInterfaceStyle": "light", "userInterfaceStyle": "dark",
"newArchEnabled": true, "newArchEnabled": true,
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./src/assets/MAIA_ICON.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
@@ -17,7 +17,7 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./src/assets/MAIA_ICON.png",
"backgroundColor": "#ffffff" "backgroundColor": "#ffffff"
}, },
"softwareKeyboardLayoutMode": "resize", "softwareKeyboardLayoutMode": "resize",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 71 KiB