复用真实品牌图标配置 Expo 启动页 复用透明品牌图标配置 Android adaptive icon 校验启动页、adaptive icon 与品牌底色不漂移 更新原生壳方案和团队决策记录
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Genarrative",
|
|
"slug": "genarrative-mobile-shell",
|
|
"scheme": "genarrative",
|
|
"version": "0.1.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#fffdf9"
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"photosPermission": "允许 Genarrative 读取你选择的图片,用于导入创作素材和参考图。",
|
|
"cameraPermission": "允许 Genarrative 使用相机拍摄创作素材和参考图。",
|
|
"microphonePermission": false
|
|
}
|
|
],
|
|
[
|
|
"expo-notifications",
|
|
{
|
|
"enableBackgroundRemoteNotifications": false
|
|
}
|
|
]
|
|
],
|
|
"ios": {
|
|
"bundleIdentifier": "world.genarrative.mobile",
|
|
"buildNumber": "1",
|
|
"supportsTablet": true,
|
|
"associatedDomains": [
|
|
"applinks:app.genarrative.world"
|
|
]
|
|
},
|
|
"android": {
|
|
"package": "world.genarrative.mobile",
|
|
"versionCode": 1,
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/icon.png",
|
|
"backgroundColor": "#fffdf9"
|
|
},
|
|
"intentFilters": [
|
|
{
|
|
"action": "VIEW",
|
|
"autoVerify": true,
|
|
"data": [
|
|
{
|
|
"scheme": "https",
|
|
"host": "app.genarrative.world"
|
|
}
|
|
],
|
|
"category": [
|
|
"BROWSABLE",
|
|
"DEFAULT"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"extra": {
|
|
"genarrativeHostBridgeVersion": 1
|
|
}
|
|
}
|
|
}
|