mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-28 07:55:35 -05:00
65 lines
1.4 KiB
JSON
65 lines
1.4 KiB
JSON
{
|
|
"expo": {
|
|
"name": "AliasVault",
|
|
"slug": "AliasVault",
|
|
"version": "0.26.0-alpha",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "aliasvault",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"platforms": [
|
|
"ios",
|
|
"android",
|
|
"web"
|
|
],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "net.aliasvault.app",
|
|
"splash": {
|
|
"image": "./assets/images/adaptive-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"package": "net.aliasvault.app"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/icon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/adaptive-icon.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
],
|
|
[
|
|
"react-native-edge-to-edge",
|
|
{
|
|
"android": {
|
|
"parentTheme": "Default",
|
|
"enforceNavigationBarContrast": false
|
|
}
|
|
}
|
|
],
|
|
"expo-localization"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
}
|
|
}
|
|
}
|