Add ZinChanManga.com (#2384)

This commit is contained in:
Vetle Ledaal 2024-04-13 08:12:21 +00:00 committed by Draff
parent 955c098d8e
commit 398e59a3e3
7 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'ZinChanManga.com'
extClass = '.ZinChanMangaCom'
themePkg = 'madara'
baseUrl = 'https://zinchanmanga.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.zinchanmangacom
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ZinChanMangaCom : Madara("ZinChanManga.com", "https://zinchanmanga.com", "en")