kalker/kalk_mobile/capacitor.config.json

13 lines
201 B
JSON

{
"appId": "net.strct.kalk",
"appName": "Kalk",
"bundledWebRuntime": true,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
}
}