MangaNoon: Update domain (#5116)

Update domain
This commit is contained in:
Chopper 2024-09-20 04:18:01 -03:00 committed by Draff
parent ec8a7f0190
commit 9c71b92ecf
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'MangaNoon' extName = 'MangaNoon'
extClass = '.MangaNoon' extClass = '.MangaNoon'
themePkg = 'mangathemesia' themePkg = 'mangathemesia'
baseUrl = 'https://manjanoon.xyz' baseUrl = 'https://noonscan.site'
overrideVersionCode = 5 overrideVersionCode = 6
isNsfw = false isNsfw = false
} }

View File

@ -7,7 +7,7 @@ import java.util.Calendar
class MangaNoon : MangaThemesia( class MangaNoon : MangaThemesia(
"مانجا نون", "مانجا نون",
"https://manjanoon.xyz", "https://noonscan.site",
"ar", "ar",
) { ) {