diff --git a/src/en/truemanga/build.gradle b/src/en/mangamonk/build.gradle similarity index 56% rename from src/en/truemanga/build.gradle rename to src/en/mangamonk/build.gradle index 54536d141..01d7264ac 100644 --- a/src/en/truemanga/build.gradle +++ b/src/en/mangamonk/build.gradle @@ -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 } diff --git a/src/en/mangamonk/res/mipmap-hdpi/ic_launcher.png b/src/en/mangamonk/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 000000000..5ab7cda0f Binary files /dev/null and b/src/en/mangamonk/res/mipmap-hdpi/ic_launcher.png differ diff --git a/src/en/mangamonk/res/mipmap-mdpi/ic_launcher.png b/src/en/mangamonk/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 000000000..413e9c584 Binary files /dev/null and b/src/en/mangamonk/res/mipmap-mdpi/ic_launcher.png differ diff --git a/src/en/mangamonk/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangamonk/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 000000000..f8adb5762 Binary files /dev/null and b/src/en/mangamonk/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/src/en/mangamonk/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangamonk/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..4f5a80ca7 Binary files /dev/null and b/src/en/mangamonk/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/src/en/mangamonk/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangamonk/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 000000000..5f4dd6024 Binary files /dev/null and b/src/en/mangamonk/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/src/en/mangamonk/src/eu/kanade/tachiyomi/extension/en/mangamonk/MangaMonk.kt b/src/en/mangamonk/src/eu/kanade/tachiyomi/extension/en/mangamonk/MangaMonk.kt new file mode 100644 index 000000000..8a7189830 --- /dev/null +++ b/src/en/mangamonk/src/eu/kanade/tachiyomi/extension/en/mangamonk/MangaMonk.kt @@ -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") diff --git a/src/en/truemanga/res/mipmap-hdpi/ic_launcher.png b/src/en/truemanga/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 38566e2c8..000000000 Binary files a/src/en/truemanga/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/truemanga/res/mipmap-mdpi/ic_launcher.png b/src/en/truemanga/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index a3d3a13a7..000000000 Binary files a/src/en/truemanga/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/truemanga/res/mipmap-xhdpi/ic_launcher.png b/src/en/truemanga/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 7a381784d..000000000 Binary files a/src/en/truemanga/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/truemanga/res/mipmap-xxhdpi/ic_launcher.png b/src/en/truemanga/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 6e33b5f2a..000000000 Binary files a/src/en/truemanga/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/truemanga/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/truemanga/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 6a76f3ac9..000000000 Binary files a/src/en/truemanga/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/truemanga/src/eu/kanade/tachiyomi/extension/en/truemanga/TrueManga.kt b/src/en/truemanga/src/eu/kanade/tachiyomi/extension/en/truemanga/TrueManga.kt deleted file mode 100644 index d1d838155..000000000 --- a/src/en/truemanga/src/eu/kanade/tachiyomi/extension/en/truemanga/TrueManga.kt +++ /dev/null @@ -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")