Add MangaMonk, Remove TrueManga (#3102)
|
@ -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
|
||||
}
|
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 38 KiB |
|
@ -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")
|
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 9.1 KiB |
Before Width: | Height: | Size: 13 KiB |
|
@ -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")
|