add laid back scans (#2277)
This commit is contained in:
parent
af9b767d1b
commit
1d19c2c688
9
src/en/laidbackscans/build.gradle
Normal file
9
src/en/laidbackscans/build.gradle
Normal file
@ -0,0 +1,9 @@
|
||||
ext {
|
||||
extName = 'Laid Back Scans'
|
||||
extClass = '.LaidBackScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://laidbackscans.org'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/laidbackscans/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/laidbackscans/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
src/en/laidbackscans/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/laidbackscans/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
BIN
src/en/laidbackscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/laidbackscans/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
src/en/laidbackscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/laidbackscans/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
BIN
src/en/laidbackscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/laidbackscans/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
@ -0,0 +1,5 @@
|
||||
package eu.kanade.tachiyomi.extension.en.laidbackscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class LaidBackScans : Keyoapp("Laid Back Scans", "https://laidbackscans.org", "en")
|
Loading…
x
Reference in New Issue
Block a user