Files
fltr-app/app.json
Malte Thöming 37aa3008c6 update
2025-11-03 00:06:24 +01:00

58 lines
1.3 KiB
JSON

{
"expo": {
"name": "FLTR",
"slug": "fltr-app",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "fltrapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "de.berg-autosoft.fltr",
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true
}
}
},
"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"
}
}
}
}