52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"expo": {
|
|
"name": "价值前沿",
|
|
"slug": "valuefrontier",
|
|
"privacy": "public",
|
|
"platforms": [
|
|
"ios",
|
|
"android"
|
|
],
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/logo.jpg",
|
|
"splash": {
|
|
"image": "./assets/logo.jpg",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.valuefrontier.meagent",
|
|
"infoPlist": {
|
|
"UIBackgroundModes": ["remote-notification"]
|
|
}
|
|
},
|
|
"android": {
|
|
"package": "com.valuefrontier.meagent",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/logo.jpg",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"googleServicesFile": "./google-services.json"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"icon": "./assets/logo.jpg",
|
|
"color": "#D4AF37",
|
|
"sounds": []
|
|
}
|
|
]
|
|
],
|
|
"description": "价值前沿 - 智能投资助手"
|
|
}
|
|
}
|