mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 00:31:32 +00:00
14 lines
474 B
Dart
14 lines
474 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get freemangaSource => _freemangaSource;
|
|
|
|
Source _freemangaSource = Source(
|
|
name: "Free Manga",
|
|
baseUrl: "https://freemanga.me",
|
|
lang: "en",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/freemanga/icon.png",
|
|
dateFormat:"MMMM dd, yyyy",
|
|
dateFormatLocale:"en_us",
|
|
); |