mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
23 lines
521 B
JSON
23 lines
521 B
JSON
[
|
|
{
|
|
"pkg": "@capacitor/app",
|
|
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/camera",
|
|
"classpath": "com.capacitorjs.plugins.camera.CameraPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/filesystem",
|
|
"classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/keyboard",
|
|
"classpath": "com.capacitorjs.plugins.keyboard.KeyboardPlugin"
|
|
},
|
|
{
|
|
"pkg": "@capacitor/splash-screen",
|
|
"classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin"
|
|
}
|
|
]
|