mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
15 lines
471 B
Dart
15 lines
471 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get mangasscansSource => _mangasscansSource;
|
|
Source _mangasscansSource = Source(
|
|
name: "Mangas Scans",
|
|
baseUrl: "https://mangas-scans.com",
|
|
lang: "fr",
|
|
isNsfw: false,
|
|
typeSource: "mangareader",
|
|
iconUrl:
|
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangasscans/icon.png",
|
|
dateFormat: "MMMM d, yyyy",
|
|
dateFormatLocale: "fr",
|
|
);
|