dynamicbible/src/capacitor.config.json
2020-08-19 10:47:10 -04:00

14 lines
250 B
JSON

{
"appId": "com.walljm.dynamicbible",
"appName": "dynamicbible",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist/dynamicbible",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}