Files
2026-07-15 17:46:28 +07:00

81 lines
2.9 KiB
JSON

{
"expo": {
"name": "GeoSport Log",
"slug": "geosport-log",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "geosportlog",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/images/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#050811"
},
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.geosport.log",
"infoPlist": {
"UIBackgroundModes": ["location"],
"NSLocationWhenInUseUsageDescription": "GeoSport Log cần quyền định vị khi mở ứng dụng để vẽ lộ trình chạy bộ/đạp xe thời gian thực của bạn.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "GeoSport Log cần quyền định vị chạy ngầm để tiếp tục ghi nhận lộ trình của bạn khi màn hình điện thoại tắt hoặc bỏ vào túi.",
"NSCameraUsageDescription": "Cho phép ứng dụng sử dụng Camera để chụp ảnh hoặc quay video gắn mốc GPS trực tiếp trên hành trình di chuyển.",
"NSMicrophoneUsageDescription": "Cho phép ứng dụng sử dụng Micro khi quay video hành trình.",
"NSPhotoLibraryUsageDescription": "Cho phép ứng dụng truy cập thư viện để đính kèm hình ảnh/video phong cảnh của hành trình tập luyện."
}
},
"android": {
"package": "com.geosport.log",
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
"ACCESS_BACKGROUND_LOCATION",
"CAMERA",
"RECORD_AUDIO",
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"FOREGROUND_SERVICE"
],
"adaptiveIcon": {
"backgroundColor": "#050811",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"backgroundColor": "#050811",
"image": "./assets/images/splash-icon.png",
"imageWidth": 76
}
],
"expo-sqlite",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Cho phép GeoSport Log theo dõi hành trình của bạn kể cả khi chạy ngầm dưới nền để tránh mất dấu tracklog."
}
],
[
"expo-camera",
{
"cameraPermission": "Cho phép truy cập máy ảnh để chụp hình lưu niệm dọc đường đi."
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
}
}
}