Add Varna Scan (#4549)

This commit is contained in:
Vetle Ledaal 2024-08-10 14:54:49 +02:00 committed by Draff
parent b4dd656175
commit 15aebe8edb
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Varna Scan'
extClass = '.VarnaScan'
themePkg = 'mangathemesia'
baseUrl = 'https://varnascan.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.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.varnascan
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class VarnaScan : MangaThemesia(
"Varna Scan",
"https://varnascan.com",
"en",
)