kalker/mobile/capacitor.config.json
2021-06-02 22:32:30 +02:00

13 lines
269 B
JSON

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