mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 12:50:30 +00:00
14 lines
484 B
Dart
14 lines
484 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manhwa18orgSource => _manhwa18orgSource;
|
|
|
|
Source _manhwa18orgSource = Source(
|
|
name: "Manhwa18.org",
|
|
baseUrl: "https://manhwa18.org",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manhwa18org/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |