Add Snow Scans ()

This commit is contained in:
Vetle Ledaal 2024-08-10 14:54:24 +02:00 committed by Draff
parent c62cec150f
commit b4dd656175
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 20 additions and 0 deletions
src/en/snowscans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/snowscans

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

Binary file not shown.

After

(image error) Size: 8.1 KiB

Binary file not shown.

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 13 KiB

Binary file not shown.

After

(image error) Size: 27 KiB

Binary file not shown.

After

(image error) Size: 44 KiB

@ -0,0 +1,10 @@
package eu.kanade.tachiyomi.extension.en.snowscans
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
class SnowScans : MangaThemesia(
"Snow Scans",
"https://snowscans.com",
"en",
mangaUrlDirectory = "/series",
)