Skip to content

Commit

Permalink
Add MangaBin (#7802)
Browse files Browse the repository at this point in the history
  • Loading branch information
dngonz authored Mar 1, 2025
1 parent e181cce commit 6487417
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/en/mangabin/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ext {
extName = 'MangaBin'
extClass = '.MangaBin'
themePkg = 'madara'
baseUrl = 'https://mangabin.com'
overrideVersionCode = 0
isNsfw = true
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/mangabin/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/mangabin/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.
Binary file added src/en/mangabin/res/mipmap-xhdpi/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/mangabin/res/mipmap-xxhdpi/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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package eu.kanade.tachiyomi.extension.en.mangabin

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

class MangaBin : Madara(
"MangaBin",
"https://mangabin.com",
"en",
) {
override val useNewChapterEndpoint = true
}

0 comments on commit 6487417

Please sign in to comment.