mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(android): fetch thumbnail image from any webpage link
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"webDir": "build",
|
||||
"bundledWebRuntime": false,
|
||||
"plugins": {
|
||||
"Device": {
|
||||
"lazyLoad": true
|
||||
"CapacitorHttp": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,9 +2,5 @@
|
||||
{
|
||||
"pkg": "@capacitor/app",
|
||||
"classpath": "com.capacitorjs.plugins.app.AppPlugin"
|
||||
},
|
||||
{
|
||||
"pkg": "@capacitor/device",
|
||||
"classpath": "com.capacitorjs.plugins.device.DevicePlugin"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user