kalker/mobile/capacitor.config.json

17 lines
318 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
}
},
"includePlugins": [
"SplashScreen"
]
}