Add Asura Scans Free (#6706)
This commit is contained in:
parent
003545ac44
commit
2a44520bbe
10
src/en/asurascansfree/build.gradle
Normal file
10
src/en/asurascansfree/build.gradle
Normal file
@ -0,0 +1,10 @@
|
||||
ext {
|
||||
extName = 'Asura Scans Free (unoriginal)'
|
||||
extClass = '.AsuraScansFree'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://asurascansfree.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
BIN
src/en/asurascansfree/res/mipmap-hdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansfree/res/mipmap-hdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
BIN
src/en/asurascansfree/res/mipmap-mdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansfree/res/mipmap-mdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
BIN
src/en/asurascansfree/res/mipmap-xhdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansfree/res/mipmap-xhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
src/en/asurascansfree/res/mipmap-xxhdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansfree/res/mipmap-xxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
src/en/asurascansfree/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
BIN
src/en/asurascansfree/res/mipmap-xxxhdpi/ic_launcher.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,10 @@
|
||||
package eu.kanade.tachiyomi.extension.en.asurascansfree
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia
|
||||
|
||||
class AsuraScansFree : MangaThemesia(
|
||||
"Asura Scans Free (unoriginal)",
|
||||
"https://asurascansfree.com",
|
||||
"en",
|
||||
"/serie",
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user