Files
fullstack-gatsby-theme-bch-…/capacitor.config.json
T

15 lines
329 B
JSON
Raw Normal View History

2021-12-06 18:49:24 -04:00
{
"appId": "com.example.app",
"appName": "wallet.fullstack.cash",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "public",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "/home/danielhumgon/Downloads/android-studio/bin/studio.sh"
}