dynamicbible/app/db/capacitor.config.json
2020-08-18 08:45:27 -04:00

14 lines
240 B
JSON

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