CocktailShaker-App/android/app/src/main/assets/capacitor.config.json
2021-06-17 20:31:56 +02:00

14 lines
236 B
JSON

{
"appId": "io.ionic.starter",
"appName": "cocktailShakerApp",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}