Add Philia Scan (#6223)
This commit is contained in:
parent
a424ae756f
commit
639c9821ae
|
@ -0,0 +1,9 @@
|
||||||
|
ext {
|
||||||
|
extName = 'Philia Scans'
|
||||||
|
extClass = '.PhiliaScans'
|
||||||
|
themePkg = 'iken'
|
||||||
|
overrideVersionCode = 0
|
||||||
|
isNsfw = false
|
||||||
|
}
|
||||||
|
|
||||||
|
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
|
@ -0,0 +1,9 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.philiascans
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.iken.Iken
|
||||||
|
|
||||||
|
class PhiliaScans : Iken(
|
||||||
|
"Philia Scans",
|
||||||
|
"en",
|
||||||
|
"https://philiascans.com",
|
||||||
|
)
|
Loading…
Reference in New Issue