22 lines
387 B
JSON
22 lines
387 B
JSON
|
{
|
||
|
"appId": "md.silverbullet",
|
||
|
"appName": "SilverBullet",
|
||
|
"bundledWebRuntime": false,
|
||
|
"webDir": "dist",
|
||
|
"backgroundColor": "#000",
|
||
|
"ios": {
|
||
|
"contentInset": "always"
|
||
|
},
|
||
|
"plugins": {
|
||
|
"SplashScreen": {
|
||
|
"launchShowDuration": 0
|
||
|
},
|
||
|
"CapacitorSQLite": {
|
||
|
"iosDatabaseLocation": "Library"
|
||
|
},
|
||
|
"CapacitorHttp": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|
||
|
}
|