mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-20 22:00:29 +00:00
15 lines
441 B
Dart
15 lines
441 B
Dart
import '../../../../../../../model/source.dart';
|
|
|
|
Source get mangawowSource => _mangawowSource;
|
|
Source _mangawowSource = Source(
|
|
name: "MangaWOW",
|
|
baseUrl: "https://mangawow.org",
|
|
lang: "tr",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/tr/mangawow/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "tr",
|
|
);
|