-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
29 lines (29 loc) · 861 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"expo": {
"name": "LightIn",
"slug": "LightIn",
"description": "LightIn is a transformative mobile app designed to enhance your spiritual journey and personal reflection. With LightIn, you can seamlessly search for and explore inspiring scriptures and prayer points that resonate with your daily life.",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "LightIn",
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/play_store_512.png",
"backgroundColor": "#ffffff"
},
"package": "com.chamberezigbo.lightIn"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "0d8dc393-38d3-411a-a886-0ea4f0d6375b"
}
}
}
}