mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
15 lines
454 B
Dart
15 lines
454 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get gmangasiteSource => _gmangasiteSource;
|
|
Source _gmangasiteSource = Source(
|
|
name: "GMANGA (unoriginal)",
|
|
baseUrl: "https://gmanga.site",
|
|
lang: "ar",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/gmangasite/icon.png",
|
|
dateFormat: "MMMM dd، yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|