Files
FarmaFinder/capacitor.config.json
T
2026-07-01 15:54:10 +02:00

24 lines
451 B
JSON

{
"appId": "net.hacecalor.farmaclic",
"appName": "FarmaClic",
"webDir": "frontend/dist",
"server": {
"androidScheme": "https"
},
"ios": {
"contentInset": "never",
"bounces": false
},
"android": {
"allowMixedContent": false
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 1200,
"backgroundColor": "#0f766e",
"showSpinner": false,
"androidSplashResourceName": "splash"
}
}
}