diff --git a/src/en/manhwahub/build.gradle b/src/en/manhwahub/build.gradle new file mode 100644 index 000000000..0585242ae --- /dev/null +++ b/src/en/manhwahub/build.gradle @@ -0,0 +1,10 @@ +ext { + extName = 'ManhwaHub' + extClass = '.ManhwaHub' + themePkg = 'manhwaz' + baseUrl = 'https://manhwahub.net' + overrideVersionCode = 0 + isNsfw = true +} + +apply from: "$rootDir/common.gradle" diff --git a/src/en/manhwahub/res/mipmap-hdpi/ic_launcher.png b/src/en/manhwahub/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..8c0105bae Binary files /dev/null and b/src/en/manhwahub/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/manhwahub/res/mipmap-mdpi/ic_launcher.png b/src/en/manhwahub/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..ae7b77ad6 Binary files /dev/null and b/src/en/manhwahub/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/manhwahub/res/mipmap-xhdpi/ic_launcher.png b/src/en/manhwahub/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..6dab62900 Binary files /dev/null and b/src/en/manhwahub/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/manhwahub/res/mipmap-xxhdpi/ic_launcher.png b/src/en/manhwahub/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..968006c53 Binary files /dev/null and b/src/en/manhwahub/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/manhwahub/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/manhwahub/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..64341b157 Binary files /dev/null and b/src/en/manhwahub/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/manhwahub/src/eu/kanade/tachiyomi/extension/en/manhwahub/ManhwaHub.kt b/src/en/manhwahub/src/eu/kanade/tachiyomi/extension/en/manhwahub/ManhwaHub.kt new file mode 100644 index 000000000..584c600ae --- /dev/null +++ b/src/en/manhwahub/src/eu/kanade/tachiyomi/extension/en/manhwahub/ManhwaHub.kt @@ -0,0 +1,9 @@ +package eu.kanade.tachiyomi.extension.en.manhwahub + +import eu.kanade.tachiyomi.multisrc.manhwaz.ManhwaZ + +class ManhwaHub : ManhwaZ( + "ManhwaHub", + "https://manhwahub.net", + "en", +)