Add Astrames (#2588)
This commit is contained in:
parent
4abf193718
commit
22469d8a51
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Astrames'
|
||||
extClass = '.Astrames'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://astrames.fr'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.fr.astrames
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class Astrames : Keyoapp("Astrames", "https://astrames.fr", "fr")
|
Loading…
Reference in New Issue