add necroscans (#4136)
This commit is contained in:
parent
ff29d26ace
commit
e380f9b974
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Necro Scans'
|
||||
extClass = '.NecroScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://necroscans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.en.necroscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class NecroScans : Keyoapp("Necro Scans", "https://necroscans.com", "en")
|
Loading…
Reference in New Issue