add laid back scans (#2277)
This commit is contained in:
parent
af9b767d1b
commit
1d19c2c688
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Laid Back Scans'
|
||||||
|
extClass = '.LaidBackScans'
|
||||||
|
themePkg = 'keyoapp'
|
||||||
|
baseUrl = 'https://laidbackscans.org'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.0 KiB |
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…
Reference in New Issue