Files
logseq/android/app/src/main/assets/capacitor.config.json

24 lines
436 B
JSON

{
"appId": "com.logseq.app",
"appName": "Logseq",
"bundledWebRuntime": false,
"webDir": "public",
"plugins": {
"SplashScreen": {
"launchShowDuration": 3000,
"launchAutoHide": false,
"androidScaleType": "CENTER_CROP",
"splashImmersive": false,
"showSpinner": true,
"backgroundColor": "#002b36"
}
},
"ios": {
"scheme": "Logseq"
},
"server": {
"url": "http://192.168.1.59:3001",
"cleartext": true
}
}