mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
14 lines
493 B
Dart
14 lines
493 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get adultwebtoonSource => _adultwebtoonSource;
|
|
|
|
Source _adultwebtoonSource = Source(
|
|
name: "Adult Webtoon",
|
|
baseUrl: "https://adultwebtoon.com",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/adultwebtoon/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |