CocktailShaker-App/capacitor.config.json

14 lines
341 B
JSON
Raw Normal View History

2021-06-17 18:31:10 +00:00
{
2021-06-21 12:21:16 +00:00
"appId": "cocktail.shaker.app",
"appName": "cocktailShakerApp",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "YourPathTo/android-studio/bin/studio.sh"
}