Add Grim Scans (#10607)

* grimscans

* 0
This commit is contained in:
mrtear 2025-09-19 00:53:42 -06:00 committed by Draff
parent 69d2d65fed
commit d42a931714
Signed by: Draff
GPG Key ID: E8A89F3211677653
7 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Grim Scans'
extClass = '.GrimScans'
themePkg = 'keyoapp'
baseUrl = 'https://grimscans.com'
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.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.grimscans
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class GrimScans : Keyoapp(
"Grim Scans",
"https://grimscans.com",
"en",
)