StudE-Frontend/app.json

56 lines
1.2 KiB
JSON
Raw Normal View History

{
"expo": {
2023-07-19 02:27:34 +08:00
"name": "StudE",
"scheme": "stude",
"slug": "StudE_Frontend",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
2023-07-17 18:09:04 +08:00
"backgroundColor": "#1C2C3F"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
2023-07-19 01:27:29 +08:00
"backgroundColor": "#FFFF"
2023-07-19 02:27:34 +08:00
},
"package": "com.teamblackpink.stude",
"permissions": [
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.FOREGROUND_SERVICE"
2023-07-24 16:53:20 +08:00
],
"config":{
"googleMaps":{
"apiKey": "AIzaSyCw2Fhwe7nGUbGQATnjDfEYfoZFN6lXGeA"
}
}
},
"web": {
"favicon": "./assets/favicon.png"
2023-07-07 14:21:28 +08:00
},
"plugins": [
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow Stud-E to use your location."
}
]
2023-07-19 02:27:34 +08:00
],
"extra": {
"eas": {
"projectId": "614fd93f-345c-4d72-a9e7-592f1ba0c6e8"
}
}
}
}