Add ManhwaHub ()

This commit is contained in:
Vetle Ledaal 2024-05-04 17:38:55 +00:00 committed by Draff
parent 0c137fb39c
commit d3aa8adb8a
7 changed files with 19 additions and 0 deletions
src/en/manhwahub
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/manhwahub

@ -0,0 +1,10 @@
ext {
extName = 'ManhwaHub'
extClass = '.ManhwaHub'
themePkg = 'manhwaz'
baseUrl = 'https://manhwahub.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 7.5 KiB

Binary file not shown.

After

(image error) Size: 3.6 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 25 KiB

Binary file not shown.

After

(image error) Size: 42 KiB

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.manhwahub
import eu.kanade.tachiyomi.multisrc.manhwaz.ManhwaZ
class ManhwaHub : ManhwaZ(
"ManhwaHub",
"https://manhwahub.net",
"en",
)