Files
fltr-app/app.json
DevOFVictory b287f19686 update
2025-11-04 00:35:41 +01:00

58 lines
1.3 KiB
JSON

{
"expo": {
"name": "FLTR",
"slug": "fltr-app",
"version": "1.0.3",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "fltrapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": false,
"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"
}
}
}
}