diff --git a/src/en/topmanhuanet/build.gradle b/src/en/topmanhuanet/build.gradle new file mode 100644 index 000000000..3c98d4216 --- /dev/null +++ b/src/en/topmanhuanet/build.gradle @@ -0,0 +1,10 @@ +ext { + extName = 'TopManhua.net' + extClass = '.TopManhuaNet' + themePkg = 'madara' + baseUrl = 'https://topmanhua.net' + overrideVersionCode = 0 + isNsfw = true +} + +apply from: "$rootDir/common.gradle" diff --git a/src/en/topmanhuanet/res/mipmap-hdpi/ic_launcher.png b/src/en/topmanhuanet/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..2dcbe4cc0 Binary files /dev/null and b/src/en/topmanhuanet/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/topmanhuanet/res/mipmap-mdpi/ic_launcher.png b/src/en/topmanhuanet/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..e638d852c Binary files /dev/null and b/src/en/topmanhuanet/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/topmanhuanet/res/mipmap-xhdpi/ic_launcher.png b/src/en/topmanhuanet/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..ec34a61e1 Binary files /dev/null and b/src/en/topmanhuanet/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/topmanhuanet/res/mipmap-xxhdpi/ic_launcher.png b/src/en/topmanhuanet/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..8ab017358 Binary files /dev/null and b/src/en/topmanhuanet/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/topmanhuanet/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/topmanhuanet/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..d8301e682 Binary files /dev/null and b/src/en/topmanhuanet/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/topmanhuanet/src/eu/kanade/tachiyomi/extension/en/topmanhuanet/TopManhuaNet.kt b/src/en/topmanhuanet/src/eu/kanade/tachiyomi/extension/en/topmanhuanet/TopManhuaNet.kt new file mode 100644 index 000000000..8ca04a428 --- /dev/null +++ b/src/en/topmanhuanet/src/eu/kanade/tachiyomi/extension/en/topmanhuanet/TopManhuaNet.kt @@ -0,0 +1,12 @@ +package eu.kanade.tachiyomi.extension.en.topmanhuanet + +import eu.kanade.tachiyomi.multisrc.madara.Madara + +class TopManhuaNet : Madara( + "TopManhua.net", + "https://topmanhua.net", + "en", +) { + override val useLoadMoreRequest = LoadMoreStrategy.Never + override val useNewChapterEndpoint = true +}