mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-20 20:05:44 +02:00
17 lines
298 B
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"
|
|
}
|
|
}
|