Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/manhwafull/manhwafull.dart
2024-03-28 11:13:42 +01:00

14 lines
468 B
Dart

import '../../../../../../model/source.dart';
Source get manhwafullSource => _manhwafullSource;
Source _manhwafullSource = Source(
name: "Manhwafull",
baseUrl: "https://manhwafull.com",
lang: "en",
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manhwafull/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"en_us",
);