Add Zinmanga.ms ()

This commit is contained in:
Vetle Ledaal 2024-05-10 15:09:43 +00:00 committed by Draff
parent 008f348d38
commit 14c1195ff3
7 changed files with 24 additions and 0 deletions
src/en/zinmangams
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/zinmangams

@ -0,0 +1,10 @@
ext {
extName = 'Zinmanga.ms'
extClass = '.ZinmangaMs'
themePkg = 'madara'
baseUrl = 'https://zinmanga.ms'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 7.9 KiB

Binary file not shown.

After

(image error) Size: 4.0 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 26 KiB

Binary file not shown.

After

(image error) Size: 42 KiB

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.zinmangams
import eu.kanade.tachiyomi.multisrc.madara.Madara
class ZinmangaMs : Madara(
"Zinmanga.ms",
"https://zinmanga.ms",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = false
override val mangaSubString = "manga-1"
}