Add ZinChanManga.com (#2384)
This commit is contained in:
parent
955c098d8e
commit
398e59a3e3
|
@ -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 |
|
@ -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")
|
Loading…
Reference in New Issue