Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/mangareader/src/manhwaindo/manhwaindo.dart
2024-05-17 20:40:26 +01:00

14 lines
474 B
Dart

import '../../../../../../model/source.dart';
Source get manhwaindoSource => _manhwaindoSource;
Source _manhwaindoSource = Source(
name: "Manhwa Indo",
baseUrl: "https://manhwaindo.id",
lang: "id",
isNsfw:true,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manhwaindo/icon.png",
dateFormat:"MMMM dd, yyyy",
dateFormatLocale:"en_us"
);