app/capacitor.config.json

15 lines
341 B
JSON

{
"appId": "be.jeroened.apps.rummytimer",
"appName": "Rummy-timer",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "app",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "/opt/Jetbrains-Tools/apps/AndroidStudio/ch-0/201.7199119/bin/studio.sh"
}