Add AuroraReset ()

This commit is contained in:
Creepler13 2025-03-07 11:30:53 +01:00 committed by Draff
parent 023942f27e
commit a44693f757
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions
src/en/aurorascans
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/aurorascans

@ -0,0 +1,10 @@
ext {
extName = 'Aurora Scans'
extClass = '.AuroraScans'
themePkg = 'iken'
baseUrl = "https://aurorascans.com"
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

(image error) Size: 6.2 KiB

Binary file not shown.

After

(image error) Size: 3.2 KiB

Binary file not shown.

After

(image error) Size: 9.6 KiB

Binary file not shown.

After

(image error) Size: 19 KiB

Binary file not shown.

After

(image error) Size: 29 KiB

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.aurorascans
import eu.kanade.tachiyomi.multisrc.iken.Iken
class AuroraScans : Iken(
"Aurora Scans",
"en",
"https://aurorascans.com",
)