mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
Add Snow Scans (#4548)
This commit is contained in:
parent
d45c3baab0
commit
0fe17e8c01
10
src/en/snowscans/build.gradle
Normal file
10
src/en/snowscans/build.gradle
Normal file
@ -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"
|
BIN
src/en/snowscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
src/en/snowscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/en/snowscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/snowscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
src/en/snowscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/snowscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | 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",
|
||||
)
|
Loading…
Reference in New Issue
Block a user