Add PopsManga ()

This commit is contained in:
iloverabbit 2024-08-13 08:12:44 +07:00 committed by Draff
parent a7b59aecd4
commit a15350649f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 22 additions and 0 deletions
src/th/popsmanga
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/th/popsmanga

@ -0,0 +1,10 @@
ext {
extName = 'PopsManga'
extClass = '.PopsManga'
themePkg = 'mangathemesia'
baseUrl = 'https://www.popsmanga.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 4.5 KiB

Binary file not shown.

After

(image error) Size: 2.4 KiB

Binary file not shown.

After

(image error) Size: 7.2 KiB

Binary file not shown.

After

(image error) Size: 14 KiB

Binary file not shown.

After

(image error) Size: 23 KiB

@ -0,0 +1,12 @@
package eu.kanade.tachiyomi.extension.th.popsmanga
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
import java.text.SimpleDateFormat
import java.util.Locale
class PopsManga : MangaThemesia(
"PopsManga",
"https://www.popsmanga.com",
"th",
dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale("th")),
)