From 32ede5388bb6c66c5d5679c2d73fd6ec6b2342bf Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Sun, 15 Mar 2026 13:43:18 +0100
Subject: [PATCH] Update splash screen config and add session unread indicator

---
 app.json |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/app.json b/app.json
index ef9c6c9..678d8d4 100644
--- a/app.json
+++ b/app.json
@@ -9,7 +9,7 @@
     "newArchEnabled": true,
     "scheme": "pailot",
     "splash": {
-      "image": "./assets/splash-icon.png",
+      "image": "./assets/icon.png",
       "resizeMode": "contain",
       "backgroundColor": "#0A0A0F"
     },
@@ -45,6 +45,11 @@
       "bundler": "metro"
     },
     "plugins": [
+      ["expo-splash-screen", {
+        "image": "./assets/icon.png",
+        "backgroundColor": "#0A0A0F",
+        "imageWidth": 200
+      }],
       "expo-router",
       [
         "expo-audio",

--
Gitblit v1.3.1