Source request: Manhuanext (#7080)

* Source request: Manhuanext

* icon updated

* useNewChapterEndpoint true added
This commit is contained in:
Jefferson Abreu Martinez 2025-01-10 19:46:19 -04:00 committed by Draff
parent 91b1c3e65e
commit 3bea2c543e
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ext {
extName = 'Manhuanext'
extClass = '.Manhuanext'
themePkg = 'madara'
baseUrl = 'https://manhuanext.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.manhuanext
import eu.kanade.tachiyomi.multisrc.madara.Madara
class Manhuanext : Madara(
"Manhuanext",
"https://manhuanext.com",
"en",
) {
override val useNewChapterEndpoint = true
}