mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 11:21:11 +00:00
15 lines
442 B
Dart
15 lines
442 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangaroseSource => _mangaroseSource;
|
|
Source _mangaroseSource = Source(
|
|
name: "Manga Rose",
|
|
baseUrl: "https://mangarose.net",
|
|
lang: "ar",
|
|
isNsfw: false,
|
|
typeSource: "madara",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangarose/icon.png",
|
|
dateFormat: "MMMM dd, yyyy",
|
|
dateFormatLocale: "ar",
|
|
);
|