-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·47 lines (47 loc) · 2.74 KB
/
app.json
File metadata and controls
executable file
·47 lines (47 loc) · 2.74 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"expo": {
"name": "COVID Symptom Tracker",
"slug": "covid-zoe",
"owner": "julien.lavigne",
"privacy": "public",
"sdkVersion": "36.0.0",
"platforms": [
"ios",
"android"
],
"version": "0.10",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#082A5D"
},
"updates": {
"fallbackToCacheTimeout": 10000
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.joinzoe.covid-zoe",
"buildNumber": "0.0.23"
},
"android": {
"package": "com.joinzoe.covid_zoe",
"versionCode": 23,
"permissions": [],
"googleServicesFile": "./google-services.json",
"config": {
"googleMaps": {
"apiKey": "AIzaSyCg1tzO4IgL_b6JTZaQauPk7P-5Z8cPEnA"
}
}
},
"androidStatusBar": {
"backgroundColor": "#ffffff"
},
"description": "COVID Symptom tracker lets anyone healthy or with symptoms share valuable information with researchers and the NHS. By tracking if you are well or have any symptoms, we can better understand the progress of COVID-19 (Coronavirus) around the UK. \n\nThis app allows you to help others, but does not give health advice. If you need health advice please visit the NHS website at: [https://www.nhs.uk/conditions/coronavirus-covid-19/](https://www.nhs.uk/conditions/coronavirus-covid-19/)\n\nThis app is designed by doctors and scientists at King's College London, Guys and St Thomas’ Hospitals and Zoe Global Limited, a health technology company. \n\nIf you would like to help out in this difficult time, then you can. Download the app and share daily your own status, even if you are well. With your help we can understand much better the situation up and down the country, how the disease presents itself to different people, and how it progresses. \n\nThis is a new virus in the UK and has never been seen before. There are a wide range of symptoms, which differ between people. With your help we can understand better how the disease presents itself depending upon individual factors such as health and age.\n\nNo information you share will be used for commercial purposes. \n\nThere are two parts to the app:\n\nHEALTH INFORMATION\n\nYou will be asked to share some general information, such as your age and some health information, such as whether you have certain diseases.\n\nSYMPTOM TRACKING\n\nWe will ask you every day to let us know how you feel, so you can share your symptoms. We will also ask whether you have visited the hospital, what treatment you received there, and whether you have been tested for COVID-19 (Coronavirus)."
}
}