mirror of
https://github.com/luxfi/wallet.git
synced 2026-07-27 03:37:41 +00:00
- @tamagui/babel-plugin -> @hanzogui/babel-plugin in mobile - @hanzo/gui 2.0.3/2.0.6 -> 4.3.1 in pkgs/lx + pkgs/ui - mobile app.json: "Lux Exchange" -> "Lux Wallet" - extension manifest: "Uniswap Extension" -> "Lux Wallet" - extension wxt.config: parameterize via BRAND_EXTENSION_NAME env
41 lines
895 B
JSON
41 lines
895 B
JSON
{
|
|
"expo": {
|
|
"name": "Lux Wallet",
|
|
"slug": "lux-wallet",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"scheme": "luxexchange",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#1a1a2e"
|
|
},
|
|
"assetBundlePatterns": ["**/*"],
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "fi.lux.exchange"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#1a1a2e"
|
|
},
|
|
"package": "fi.lux.exchange"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-secure-store"
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
}
|
|
}
|
|
}
|