Add KenScans ()

This commit is contained in:
mrtear 2025-02-03 19:13:36 +05:00 committed by Draff
parent b6194e68b3
commit 1d24591d65
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions
src/en/kenscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/kenscans

@ -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"

Binary file not shown.

After

(image error) Size: 4.3 KiB

Binary file not shown.

After

(image error) Size: 2.5 KiB

Binary file not shown.

After

(image error) Size: 6.1 KiB

Binary file not shown.

After

(image error) Size: 11 KiB

Binary file not shown.

After

(image error) 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",
)