Add KenScans (#7483)
This commit is contained in:
parent
b6194e68b3
commit
1d24591d65
10
src/en/kenscans/build.gradle
Normal file
10
src/en/kenscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Ken Scans'
|
||||||
|
extClass = '.KenScans'
|
||||||
|
themePkg = 'keyoapp'
|
||||||
|
baseUrl = 'https://kenscans.com'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/en/kenscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/kenscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
src/en/kenscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/kenscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/en/kenscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/kenscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
src/en/kenscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/kenscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/en/kenscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/kenscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.en.kenscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||||
|
|
||||||
|
class KenScans : Keyoapp(
|
||||||
|
"Ken Scans",
|
||||||
|
"https://kenscans.com",
|
||||||
|
"en",
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user