audiobookshelf-atv/capacitor.config.json

11 lines
196 B
JSON
Raw Normal View History

2021-09-02 01:07:11 +00:00
{
"appId": "com.audiobookshelf.app",
"appName": "audiobookshelf-app",
"webDir": "dist",
"bundledWebRuntime": false,
"plugins": {
"CapacitorHttp": {
"enabled": false
}
}
2021-09-02 01:07:11 +00:00
}