Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/manhwabreakup/manhwabreakup.dart
2024-05-17 20:33:34 +01:00

14 lines
485 B
Dart

import '../../../../../../model/source.dart';
Source get manhwabreakupSource => _manhwabreakupSource;
Source _manhwabreakupSource = Source(
name: "ManhwaBreakup",
baseUrl: "https://www.manhwabreakup.com",
lang: "th",
isNsfw:false,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/manhwabreakup/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"th"
);