add starbound scans (#2278)
This commit is contained in:
parent
1d19c2c688
commit
6b238a0e09
|
@ -0,0 +1,9 @@
|
|||
ext {
|
||||
extName = 'Starbound Scans'
|
||||
extClass = '.StarboundScans'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://starboundscans.com'
|
||||
overrideVersionCode = 0
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -0,0 +1,5 @@
|
|||
package eu.kanade.tachiyomi.extension.fr.starboundscans
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
|
||||
|
||||
class StarboundScans : Keyoapp("Starbound Scans", "https://starboundscans.com", "fr")
|
Loading…
Reference in New Issue