Diff of /mobile/ElderCare/app.json [000000] .. [3739ec]

Switch to side-by-side view

--- a
+++ b/mobile/ElderCare/app.json
@@ -0,0 +1,27 @@
+{
+  "expo": {
+    "name": "ElderCare",
+    "slug": "ElderCare",
+    "version": "1.0.0",
+    "orientation": "portrait",
+    "icon": "./assets/icon.png",
+    "userInterfaceStyle": "light",
+    "splash": {
+      "image": "./assets/splash.png",
+      "resizeMode": "contain",
+      "backgroundColor": "#ffffff"
+    },
+    "ios": {
+      "supportsTablet": true
+    },
+    "android": {
+      "adaptiveIcon": {
+        "foregroundImage": "./assets/adaptive-icon.png",
+        "backgroundColor": "#ffffff"
+      }
+    },
+    "web": {
+      "favicon": "./assets/favicon.png"
+    }
+  }
+}