Add kewnscans ()

This commit is contained in:
Secozzi 2024-03-30 11:55:56 +00:00 committed by Draff
parent 6b63da2979
commit 2455baa236
7 changed files with 14 additions and 0 deletions
src/en/kewnscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/kewnscans

@ -0,0 +1,9 @@
ext {
extName = 'Kewn Scans'
extClass = '.KewnScans'
themePkg = 'keyoapp'
baseUrl = 'https://kewnscans.org'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 4.0 KiB

Binary file not shown.

After

(image error) Size: 2.3 KiB

Binary file not shown.

After

(image error) Size: 5.7 KiB

Binary file not shown.

After

(image error) Size: 10 KiB

Binary file not shown.

After

(image error) Size: 16 KiB

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.extension.en.kewnscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class KewnScans : Keyoapp("Kewn Scans", "https://kewnscans.org", "en")