dynamicbible/src/capacitor.config.json

14 lines
240 B
JSON
Raw Normal View History

2020-08-18 08:45:04 -04:00
{
"appId": "com.walljm.dynamicbible",
"appName": "dynamicbible",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "dist/db",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}