audiobookshelf-atv/capacitor.config.json

14 lines
244 B
JSON

{
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": false
}
},
"server": {
"androidScheme": "http"
}
}