mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-09-14 22:02:03 +02:00
----------- Co-authored-by: ISO-B <3048685+ISO-B@users.noreply.github.com>
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
[
|
|
{
|
|
"pkg": "@byteowls/capacitor-filesharer",
|
|
"classpath": "com.byteowls.capacitor.filesharer.FileSharerPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor-community/keep-awake",
|
|
"classpath": "com.getcapacitor.community.keepawake.KeepAwakePlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor-community/volume-buttons",
|
|
"classpath": "com.ryltsov.alex.plugins.volume.buttons.VolumeButtonsPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/app",
|
|
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/browser",
|
|
"classpath": "com.capacitorjs.plugins.browser.BrowserPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/clipboard",
|
|
"classpath": "com.capacitorjs.plugins.clipboard.ClipboardPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/dialog",
|
|
"classpath": "com.capacitorjs.plugins.dialog.DialogPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/haptics",
|
|
"classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/network",
|
|
"classpath": "com.capacitorjs.plugins.network.NetworkPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/preferences",
|
|
"classpath": "com.capacitorjs.plugins.preferences.PreferencesPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/status-bar",
|
|
"classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin"
|
|
}
|
|
]
|