Add Philia Scan ()

This commit is contained in:
dngonz 2024-11-23 11:09:01 +01:00 committed by Draff
parent a424ae756f
commit 639c9821ae
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 18 additions and 0 deletions
src/en/philiascans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/philiascans

@ -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

(image error) Size: 7.4 KiB

Binary file not shown.

After

(image error) Size: 3.9 KiB

Binary file not shown.

After

(image error) Size: 12 KiB

Binary file not shown.

After

(image error) Size: 24 KiB

Binary file not shown.

After

(image error) 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",
)