mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-21 06:11:02 +00:00
14 lines
453 B
Dart
14 lines
453 B
Dart
import '../../../../../model/source.dart';
|
|
|
|
Source get birdtoonSource => _birdtoonSource;
|
|
|
|
Source _birdtoonSource = Source(
|
|
name: "BirdToon",
|
|
baseUrl: "https://birdtoon.net",
|
|
lang: "id",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/birdtoon/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |