Files
Hanzo AI d5a797fcef refactor: unify on @hanzogui/*, bump @hanzo/gui 4.3.1, fix branding
- @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
2026-04-12 11:25:41 -07:00

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
}
}
}