parent
a1c813a40d
commit
ac55757327
10
src/en/manhwafreakxyz/build.gradle
Normal file
10
src/en/manhwafreakxyz/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'ManhwaFreak.xyz'
|
||||
extClass = '.ManhwaFreakXyz'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://manhwafreak.xyz'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/manhwafreakxyz/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/manhwafreakxyz/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
src/en/manhwafreakxyz/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/manhwafreakxyz/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
src/en/manhwafreakxyz/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/manhwafreakxyz/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/manhwafreakxyz/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/manhwafreakxyz/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
src/en/manhwafreakxyz/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/manhwafreakxyz/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -0,0 +1,11 @@
|
||||
package eu.kanade.tachiyomi.extension.en.manhwafreakxyz
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class ManhwaFreakXyz : MangaThemesia(
|
||||
"ManhwaFreak.xyz",
|
||||
"https://manhwafreak.xyz",
|
||||
"en",
|
||||
) {
|
||||
override val seriesStatusSelector = ".status-value"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user