Add Siren Scans (#10608)

* sirenscans

* 0
This commit is contained in:
mrtear 2025-09-19 00:53:57 -06:00 committed by Draff
parent d42a931714
commit 212a442610
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.sirenscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class SirenScans : Keyoapp(
"Siren Scans",
"https://sirenscans.com",
"en",
)