Add MonzeeKomik (#2736)
This commit is contained in:
parent
4516e2f208
commit
aa221b1adc
|
@ -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 Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | 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
|
||||
}
|
Loading…
Reference in New Issue