Add MonzeeKomik ()

This commit is contained in:
Chopper 2024-05-01 22:07:11 -03:00 committed by Draff
parent 4516e2f208
commit aa221b1adc
7 changed files with 20 additions and 0 deletions
src/id/monzeekomik
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/id/monzeekomik

@ -0,0 +1,9 @@
ext {
extName = 'Monzee Komik'
extClass = '.MonzeeKomik'
themePkg = 'mangathemesia'
baseUrl = 'https://monzeekomik.my.id'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 5.3 KiB

Binary file not shown.

After

(image error) Size: 2.7 KiB

Binary file not shown.

After

(image error) Size: 7.6 KiB

Binary file not shown.

After

(image error) Size: 14 KiB

Binary file not shown.

After

(image error) Size: 21 KiB

@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.id.monzeekomik
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class MonzeeKomik : MangaThemesia(
"Monzee Komik",
"https://monzeekomik.my.id",
"id",
) {
override val hasProjectPage = true
}