Files
fltr-app/app.json
2025-11-02 22:41:05 +01:00

52 lines
1.1 KiB
JSON

{
"expo": {
"name": "FLTR",
"slug": "fltr-app",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "fltrapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.berg-autosoft.fltr"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#ffffff"
},
"edgeToEdgeEnabled": true,
"package": "de.bergautosoft.fltr"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/icon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/icon.png",
"imageWidth": 300,
"resizeMode": "contain",
"backgroundColor": "#000457"
}
],
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "e9743e8a-0922-45bd-bc19-dbfd8a9a7436"
}
}
}
}