Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/gatemanga/gatemanga.dart
Moustapha Kodjo Amadou 7d5e95679d dart format
2025-03-01 13:38:06 +01:00

15 lines
441 B
Dart

import '../../../../../../model/source.dart';
Source get gatemangaSource => _gatemangaSource;
Source _gatemangaSource = Source(
name: "Gatemanga",
baseUrl: "https://gatemanga.com",
lang: "ar",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/gatemanga/icon.png",
dateFormat: "d MMMM، yyyy",
dateFormatLocale: "ar",
);