vikunja-frontend/capacitor.config.json

14 lines
224 B
JSON
Raw Normal View History

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