advplyr.audiobookshelf-app/capacitor.config.json

17 lines
298 B
JSON

{
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"plugins": {
"CapacitorHttp": {
"enabled": false
},
"StatusBar": {
"backgroundColor": "#232323",
"style": "DARK"
}
},
"server": {
"androidScheme": "http"
}
}