1
0
silverbullet/mobile/capacitor.config.json
Zef Hemel 0365673c41
Mobile app PoC (#281)
Initial checkin of mobile "native" app
2023-01-08 12:24:12 +01:00

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
}
}
}