Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/id/hwago/hwago.dart

15 lines
421 B
Dart

import '../../../../../../../model/source.dart';
Source get hwagoSource => _hwagoSource;
Source _hwagoSource = Source(
name: "Hwago",
baseUrl: "https://hwago.org",
lang: "id",
isNsfw: false,
typeSource: "madara",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/id/hwago/icon.png",
dateFormat: "d MMMM yyyy",
dateFormatLocale: "en",
);