Added BaekToons, LevaScans, RizzComic (unoriginal) (#10652)
* baektoons * levascans * rizzcomicun (original)
10
src/en/baektoons/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Baek Toons'
|
||||
extClass = '.BaekToons'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://baektoons.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/baektoons/res/mipmap-hdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
src/en/baektoons/res/mipmap-mdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
src/en/baektoons/res/mipmap-xhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
src/en/baektoons/res/mipmap-xxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/en/baektoons/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,9 @@
|
||||
package eu.kanade.tachiyomi.extension.en.baektoons
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class BaekToons : MangaThemesia(
|
||||
"Baek Toons",
|
||||
"https://baektoons.com",
|
||||
"en",
|
||||
)
|
10
src/en/levascans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Leva Scans'
|
||||
extClass = '.LevaScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://levascans.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/levascans/res/mipmap-hdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 4.5 KiB |
BIN
src/en/levascans/res/mipmap-mdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
src/en/levascans/res/mipmap-xhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 6.0 KiB |
BIN
src/en/levascans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/en/levascans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,9 @@
|
||||
package eu.kanade.tachiyomi.extension.en.levascans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class LevaScans : MangaThemesia(
|
||||
"Leva Scans",
|
||||
"https://levascans.com",
|
||||
"en",
|
||||
)
|
10
src/en/rizzcomicunoriginal/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Rizz Comic (unoriginal)'
|
||||
extClass = '.RizzComicUnoriginal'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://rizzcomic.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/rizzcomicunoriginal/res/mipmap-hdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
src/en/rizzcomicunoriginal/res/mipmap-mdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
src/en/rizzcomicunoriginal/res/mipmap-xhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
src/en/rizzcomicunoriginal/res/mipmap-xxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
src/en/rizzcomicunoriginal/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
After Width: | Height: | Size: 18 KiB |
@ -0,0 +1,9 @@
|
||||
package eu.kanade.tachiyomi.extension.en.rizzcomicunoriginal
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class RizzComicUnoriginal : MangaThemesia(
|
||||
"Rizz Comic (unoriginal)",
|
||||
"https://rizzcomic.com",
|
||||
"en",
|
||||
)
|