Updated Icons & fixed CI.yml
Some checks failed
Build App / build (push) Failing after 28s

This commit is contained in:
Space-Banane
2026-03-10 18:41:57 +01:00
parent 56752ec677
commit 533360f3a2
6 changed files with 5 additions and 8 deletions

View File

@@ -6,7 +6,6 @@
"orientation": "default",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
@@ -20,11 +19,10 @@
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#0d0d0d"
},
"edgeToEdgeEnabled": true
}
},
"web": {
"favicon": "./assets/favicon.png",
"favicon": "./assets/icon.png",
"name": "Time Until",
"themeColor": "#0d0d0d",
"backgroundColor": "#0d0d0d"