1
0
silverbullet/mobile/capacitor.config.json
2023-04-19 10:46:20 +02:00

23 lines
411 B
JSON

{
"appId": "md.silverbullet",
"appName": "SilverBullet",
"bundledWebRuntime": false,
"webDir": "dist",
"backgroundColor": "#000",
"ios": {
"contentInset": "always",
"resize": "native"
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 0
},
"CapacitorSQLite": {
"iosDatabaseLocation": "Library"
},
"CapacitorHttp": {
"enabled": true
}
}
}