mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 04:40:29 +00:00
14 lines
465 B
Dart
14 lines
465 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangaswatSource => _mangaswatSource;
|
|
Source _mangaswatSource = Source(
|
|
name: "MangaSwat",
|
|
baseUrl: "https://normoyun.com",
|
|
lang: "ar",
|
|
isNsfw:false,
|
|
typeSource: "mangareader",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaswat/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"ar"
|
|
);
|