mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
14 lines
471 B
Dart
14 lines
471 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get manganoonSource => _manganoonSource;
|
|
Source _manganoonSource = Source(
|
|
name: "مانجا نون",
|
|
baseUrl: "https://manjanoon.org",
|
|
lang: "ar",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manganoon/icon.png",
|
|
dateFormat:"MMM d, yyy",
|
|
dateFormatLocale:"ar"
|
|
);
|