Discofy/capacitor.config.json

14 lines
230 B
JSON
Raw Normal View History

2021-01-18 14:01:50 +01:00
{
"appId": "io.ionic.starter",
"appName": "discofymockup",
"bundledWebRuntime": false,
"npmClient": "npm",
"webDir": "www",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}