EmZedace 3d44d9423d
Read One Punch Man: Updated baseUrl (#9929)
* Updated domain of One Punch Man extension

* Added newly added sources in the new website

* Fixed an issue where wrong date was displayed for chapters

* Review changes, fixed correct date not displaying in ReadBerserkManga as well

---------

Co-authored-by: MuhamedZ1 <88522251+MuhamedZ1@users.noreply.github.com>
2025-10-02 23:57:33 +01:00

11 lines
259 B
Groovy

ext {
extName = 'Read One-Punch Man Manga Online'
extClass = '.ReadOnePunchManMangaOnlineTwo'
themePkg = 'mangacatalog'
baseUrl = 'https://ww6.readopm.com'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"