pdf-quiz-generator/mobile/capacitor.config.json
Daniel fdebda993c
Some checks failed
Mobile Android Release / android-release (push) Failing after 1s
Improve quiz TTS and Android release build
2026-05-12 01:01:01 +02:00

30 lines
623 B
JSON

{
"appId": "com.pedshub.quiz",
"appName": "PedsHub",
"webDir": "src",
"server": {
"allowNavigation": ["*"]
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 1500,
"backgroundColor": "#0f172a",
"showSpinner": true,
"spinnerColor": "#ffffff"
},
"Keyboard": {
"resize": "body",
"resizeOnFullScreen": true
}
},
"android": {
"allowMixedContent": false,
"backgroundColor": "#0f172a",
"webContentsDebuggingEnabled": false,
"androidScheme": "https"
},
"ios": {
"backgroundColor": "#0f172a",
"contentInset": "automatic"
}
}