Files
wallet.fullstack.cash/capacitor.config.json
T

15 lines
325 B
JSON
Raw Normal View History

{
"appId": "com.example.app",
"appName": "wallet.fullstack.cash",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "public",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {},
"linuxAndroidStudioPath": "/home/trout/work/android/android-studio/bin/studio.sh"
}