mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-22 01:02:06 -07:00
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|