Add MangaMonk, Remove TrueManga (#3102)

This commit is contained in:
Vetle Ledaal 2024-05-18 14:55:03 +00:00 committed by Draff
parent fb6ae7f7c0
commit 5f5e160cfb
13 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
ext {
extName = 'TrueManga'
extClass = '.TrueManga'
extName = 'MangaMonk'
extClass = '.MangaMonk'
themePkg = 'madtheme'
baseUrl = 'https://truemanga.com'
baseUrl = 'https://mangamonk.com'
overrideVersionCode = 0
isNsfw = true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.mangamonk
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class MangaMonk : MadTheme("MangaMonk", "https://mangamonk.com", "en")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.truemanga
import eu.kanade.tachiyomi.multisrc.madtheme.MadTheme
class TrueManga : MadTheme("TrueManga", "https://truemanga.com", "en")