Add Tempest Scans (#4584)
This commit is contained in:
parent
9938fb1750
commit
84f3f8d2ff
10
src/tr/tempestscans/build.gradle
Normal file
10
src/tr/tempestscans/build.gradle
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
ext {
|
||||||
|
extName = 'Tempest Scans'
|
||||||
|
extClass = '.TempestScans'
|
||||||
|
themePkg = 'mangathemesia'
|
||||||
|
baseUrl = 'https://tempestscans.net'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
BIN
src/tr/tempestscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/tr/tempestscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
src/tr/tempestscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/tr/tempestscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
src/tr/tempestscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/tr/tempestscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/tr/tempestscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/tr/tempestscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
src/tr/tempestscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/tr/tempestscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 41 KiB |
@ -0,0 +1,9 @@
|
|||||||
|
package eu.kanade.tachiyomi.extension.tr.tempestscans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||||
|
|
||||||
|
class TempestScans : MangaThemesia(
|
||||||
|
"Tempest Scans",
|
||||||
|
"https://tempestscans.net",
|
||||||
|
"tr",
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user