23 lines
411 B
JSON
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
|
|
}
|
|
}
|
|
}
|