kalker/kalk_mobile/capacitor.config.json

14 lines
266 B
JSON

{
"appId": "net.strct.kalk",
"appName": "Kalk",
"bundledWebRuntime": true,
"npmClient": "npm",
"webDir": "www",
"linuxAndroidStudioPath": "/opt/android-studio/bin/studio.sh",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
}
}