Skip to content

Commit

Permalink
Add ManhwaToon (#6904)
Browse files Browse the repository at this point in the history
  • Loading branch information
choppeh authored Dec 30, 2024
1 parent f0fdd54 commit 0ac97a9
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/en/manhwatoon/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'Manhwa Toon'
extClass = '.ManhwaToon'
themePkg = 'madara'
baseUrl = 'https://www.manhwatoon.com'
overrideVersionCode = 0
isNsfw = true
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/manhwatoon/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/en/manhwatoon/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package eu.kanade.tachiyomi.extension.en.manhwatoon

import eu.kanade.tachiyomi.multisrc.madara.Madara

class ManhwaToon : Madara(
"Manhwa Toon",
"https://www.manhwatoon.com",
"en",
) {
override val useNewChapterEndpoint = true

override val useLoadMoreRequest = LoadMoreStrategy.Always
}

0 comments on commit 0ac97a9

Please sign in to comment.