frontend/android/app/src/main/assets/capacitor.config.json

14 lines
224 B
JSON
Raw Normal View History

2020-12-16 11:27:42 +00:00
{
"appId": "io.vikunja.app",
"appName": "Vikunja",
"bundledWebRuntime": false,
"npmClient": "yarn",
"webDir": "dist",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
}
},
"cordova": {}
}