24 lines
451 B
JSON
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"
|
|
}
|
|
}
|
|
}
|