dynamicbible/src/capacitor.config.json

14 lines
250 B
JSON
Raw Normal View History

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