-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
31 lines (31 loc) · 1.08 KB
/
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
30
31
{
"expo": {
"name": "Empower",
"slug": "Empower",
"version": "1.0.0",
"orientation": "portrait",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#FFFFFF"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"description": "This app is geared towards the millions of adults who suffer from ADHD. There are around 6.1 million children diagnosed with ADHD in the US alone and while some outgrow it, around 60% of adults are still living with the disorder. It can affect tasks as small as daily routine tasks to more important deadlines or doctor's appointments. I wanted to make an app that anyone can have right in their pockets to remind them to complete these tasks so they can have one less thing to worry about forgetting.",
"githubUrl": "https://github.com/Mhurta41/Empower-app"
}
}