Skip to content

Commit

Permalink
Add IgnisComic (#6999)
Browse files Browse the repository at this point in the history
* Add IgnisComic

* Change from MangaThemesiaAlt to MangaThmesia
  • Loading branch information
choppeh authored Jan 6, 2025
1 parent d780e75 commit 205c7be
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/en/igniscomic/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ext {
extName = 'Ignis Comic'
extClass = '.IgnisComic'
themePkg = 'mangathemesia'
baseUrl = 'https://igniscomic.com'
overrideVersionCode = 0
}

apply from: "$rootDir/common.gradle"
Binary file added src/en/igniscomic/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/en/igniscomic/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package eu.kanade.tachiyomi.extension.en.igniscomic

import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia

class IgnisComic : MangaThemesia(
"Ignis Comic",
"https://igniscomic.com",
"en",
)

0 comments on commit 205c7be

Please sign in to comment.