1
0
mirror of https://github.com/PaddiM8/kalker.git synced 2025-03-02 07:11:13 +01:00
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
}
}
}