Add SanaScans (#10722)

sanascans
This commit is contained in:
mrtear 2025-09-25 23:36:11 -06:00 committed by Draff
parent 6d63d49b16
commit d3b715a4be
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Sana Scans'
extClass = '.SanaScans'
themePkg = 'iken'
baseUrl = 'https://sanascans.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.en.sanascans
import eu.kanade.tachiyomi.multisrc.iken.Iken
class SanaScans : Iken(
"Sana Scans",
"en",
"https://sanascans.com",
"https://api.sanascans.com",
)