mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-22 23:00:30 +00:00
14 lines
489 B
Dart
14 lines
489 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get mangaowloneSource => _mangaowloneSource;
|
|
|
|
Source _mangaowloneSource = Source(
|
|
name: "MangaOwl.one (unoriginal)",
|
|
baseUrl: "https://mangaowl.one",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/manga/multisrc/madara/src/mangaowlone/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |