Add kewnscans (#2160)

This commit is contained in:
Secozzi 2024-03-30 11:55:56 +00:00 committed by GitHub
parent 3ceb03bf22
commit 444c65be05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 14 additions and 0 deletions

View File

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

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

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