thats-me/frontend/src-capacitor/capacitor.config.json
2026-03-06 14:01:49 +01:00

21 lines
No EOL
372 B
JSON

{
"appId": "media.adametz.thatsme",
"appName": "Thats Me",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
},
"StatusBar": {
"overlaysWebView": false,
"style": "light",
"backgroundColor": "#000000"
}
},
"ios": {
"contentInset": "never"
},
"android": {
"allowMixedContent": false
}
}